freebsd-ports/devel/libpo6/files/patch-po6-net-ipaddr.h
Veniamin Gvozdikov 5d24d159c5 - Update to 0.5.2
PR:		ports/196502
Submitted by:	bra@fsn.hu
2015-01-20 11:57:41 +00:00

13 lines
262 B
C++

--- po6/net/ipaddr.h.orig 2015-01-05 09:06:24.000000000 +0100
+++ po6/net/ipaddr.h 2015-01-05 09:12:13.000000000 +0100
@@ -42,6 +42,10 @@
#include <sys/socket.h>
#endif
+#if defined(__FreeBSD__)
+#include <sys/types.h>
+#endif
+
// STL
#include <string>