summaryrefslogtreecommitdiff
path: root/devel/mq4cpp/files/patch-include_Socket.h
blob: 233edf768f336c2192c06e795f21c8d1acff66cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/Socket.h.orig	2013-09-14 18:46:04.000000000 +0800
+++ include/Socket.h	2013-09-14 18:46:17.000000000 +0800
@@ -30,6 +30,8 @@
 #else
 #include <netinet/in.h>
 #include <sys/socket.h>
+#include <sys/select.h>
+#include <unistd.h>
 typedef int SOCKET;
 #endif