freebsd-ports/net/ostinato/files/patch-server_bsdport.cpp
Kurt Jaeger 7b6234a8c3 net/ostinato: 0.5.1 -> 0.7.1
Changes:
https://github.com/pstavirs/ostinato/wiki/ChangeLog#2015-06-16_version_0.7.1
- LICENSE is GPLv3
- New webpage in pkg-descr

PR:		203507
Approved by:	zeising (maintainer)
2015-10-17 16:35:40 +00:00

10 lines
267 B
C++

--- server/bsdport.cpp.orig 2015-06-15 12:41:37 UTC
+++ server/bsdport.cpp
@@ -26,6 +26,7 @@ along with this program. If not, see <h
#include <QTime>
#include <errno.h>
+#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/stat.h>