mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
adb0fd3a7e
- Update MASTER_SITES - Add LICENSE - Add DESKTOP_ENTRIES - Support staging PR: ports/184825 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
13 lines
217 B
C++
13 lines
217 B
C++
--- team-framework/io/unixserverconnection.cpp.orig
|
|
+++ team-framework/io/unixserverconnection.cpp
|
|
@@ -41,6 +41,9 @@
|
|
//IPC
|
|
#include <fcntl.h>
|
|
|
|
+#include <sys/types.h>
|
|
+#include <unistd.h>
|
|
+
|
|
/**
|
|
* Namespace
|
|
*/
|