aboutsummaryrefslogtreecommitdiffstats
path: root/editors/texmacs/files/patch-src_System_Link_socket__server.cpp
blob: cf453bbf28bd6dfa75df0a66b8c67f9a79a90eed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/System/Link/socket_server.cpp.orig	2015-06-15 08:44:50 UTC
+++ src/System/Link/socket_server.cpp
@@ -21,6 +21,8 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <sys/wait.h>
+#include <sys/time.h>
+#include <sys/select.h>
 #else
 namespace wsoc {
 #include <sys/types.h>