diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-09-26 14:14:43 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-09-26 14:14:43 +0000 |
commit | 3262328a8c07baf7fe5b1836508c7fe486351c85 (patch) | |
tree | 880878f5bd5685336d17246e44c3badd191cebe4 /net | |
parent | ed2c5726efcc01179fa699e12d790e1b92690457 (diff) | |
download | ports-3262328a8c07baf7fe5b1836508c7fe486351c85.tar.gz ports-3262328a8c07baf7fe5b1836508c7fe486351c85.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/ostinato/files/patch-server_bsdport.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ostinato/files/patch-server_bsdport.cpp b/net/ostinato/files/patch-server_bsdport.cpp new file mode 100644 index 000000000000..831c1ebf6656 --- /dev/null +++ b/net/ostinato/files/patch-server_bsdport.cpp @@ -0,0 +1,10 @@ +--- server/bsdport.cpp.orig 2013-09-26 14:38:39.469745242 +0200 ++++ server/bsdport.cpp 2013-09-26 14:39:17.060742773 +0200 +@@ -26,6 +26,7 @@ + #include <QTime> + + #include <errno.h> ++#include <unistd.h> + #include <sys/ioctl.h> + #include <sys/socket.h> + #include <sys/stat.h> |