- Update MASTER_SITES - Add LICENSE - Add DESKTOP_ENTRIES - Support staging PR: ports/184825 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
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
|