1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/games/rtb/files/patch-team-framework__io__unixserverconnection.cpp
Pawel Pekala adb0fd3a7e - Fix build on -current
- Update MASTER_SITES
- Add LICENSE
- Add DESKTOP_ENTRIES
- Support staging

PR:		ports/184825
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 18:36:43 +00:00

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
*/