net-p2p/valknut: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit)
This commit is contained in:
parent
dd6c6ac5d9
commit
0156b55fba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329090
1 changed files with 10 additions and 0 deletions
10
net-p2p/valknut/files/patch-valknut_main.cpp
Normal file
10
net-p2p/valknut/files/patch-valknut_main.cpp
Normal file
|
@ -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>
|
Loading…
Reference in a new issue