aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mq4cpp/files/patch-include_Socket.h
blob: 18a6939b4cf4d14ceff704cd06782d5449f09ef8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- include/Socket.h.orig   Mon Dec 18 02:57:52 2006
+++ include/Socket.h    Thu Jan  4 12:26:33 2007
@@ -29,6 +29,7 @@
 #include <WinSock2.h>
 #else
 #include <netinet/in.h>
+#include <sys/socket.h>
 typedef int SOCKET;
 #endif