diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-02 18:03:11 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-02 18:03:11 +0000 |
commit | 0156b55fba62fc2d63fc804b3a4fa60139bd9e9b (patch) | |
tree | 3b2bd979b87f48f4e836ecbcd590c8cd2e08dd07 /net-p2p/valknut | |
parent | dd6c6ac5d90f049309b6176a6af80a3719453477 (diff) | |
download | ports-0156b55fba62fc2d63fc804b3a4fa60139bd9e9b.tar.gz ports-0156b55fba62fc2d63fc804b3a4fa60139bd9e9b.zip |
Notes
Diffstat (limited to 'net-p2p/valknut')
-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> |