aboutsummaryrefslogtreecommitdiff
path: root/devel/libbobcat/files/patch-inetaddress-inetaddress
blob: 74fc9e5ccb449857b05db3f5c5e84335247b8910 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- inetaddress/inetaddress.orig	2013-11-13 11:44:52.000000000 +0100
+++ inetaddress/inetaddress	2013-11-27 16:51:01.000000000 +0100
@@ -1,6 +1,11 @@
 #ifndef INCLUDED_BOBCAT_INETADDRESS_
 #define INCLUDED_BOBCAT_INETADDRESS_
 
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#include <sys/socket.h>
+#endif
+
 #include <netinet/in.h>
 #include <string>