summaryrefslogtreecommitdiff
path: root/devel/libbobcat/files/patch-inetaddress-inetaddress.ih
blob: db4b8c937dab8d99d8498fc9b064ce019f55e9f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- inetaddress/inetaddress.ih.orig	2007-02-13 13:29:39.000000000 +0100
+++ inetaddress/inetaddress.ih	2009-03-10 05:44:57.000000000 +0100
@@ -2,6 +2,9 @@
 
 #include <netdb.h>
 #include <bobcat/gethostent>
+#ifdef __FreeBSD__
+#include <sys/socket.h>
+#endif
 
 using namespace std;
 using namespace FBB;