summaryrefslogtreecommitdiff
path: root/devel/libbobcat/files/patch-inetaddress-inetaddress
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libbobcat/files/patch-inetaddress-inetaddress')
-rw-r--r--devel/libbobcat/files/patch-inetaddress-inetaddress14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/libbobcat/files/patch-inetaddress-inetaddress b/devel/libbobcat/files/patch-inetaddress-inetaddress
new file mode 100644
index 000000000000..74fc9e5ccb44
--- /dev/null
+++ b/devel/libbobcat/files/patch-inetaddress-inetaddress
@@ -0,0 +1,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>
+