forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
233 B
C++
10 lines
233 B
C++
--- team-framework/io/unixclientcommunicator.cpp.orig
|
|
+++ team-framework/io/unixclientcommunicator.cpp
|
|
@@ -46,6 +46,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/un.h>
|
|
+#include <unistd.h>
|
|
|
|
/**
|
|
* Namespace
|