diff options
-rw-r--r-- | net-p2p/valknut/files/patch-valknut_main.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/valknut/files/patch-valknut_main.cpp b/net-p2p/valknut/files/patch-valknut_main.cpp new file mode 100644 index 000000000000..5384c059ccef --- /dev/null +++ b/net-p2p/valknut/files/patch-valknut_main.cpp @@ -0,0 +1,10 @@ +--- valknut/main.cpp.orig 2009-01-17 18:01:25.000000000 +0000 ++++ valknut/main.cpp +@@ -26,6 +26,7 @@ + #include <signal.h> + #endif + ++#include <unistd.h> + #include <qapplication.h> + #include <qfont.h> + #include <qstring.h> |