opnsense-ports/devel/mq4cpp/files/patch-include_Socket.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
271 B
C

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