diff options
Diffstat (limited to 'devel/libbobcat/files/patch-inetaddress-inetaddress.ih')
-rw-r--r-- | devel/libbobcat/files/patch-inetaddress-inetaddress.ih | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libbobcat/files/patch-inetaddress-inetaddress.ih b/devel/libbobcat/files/patch-inetaddress-inetaddress.ih new file mode 100644 index 000000000000..d2a86a359453 --- /dev/null +++ b/devel/libbobcat/files/patch-inetaddress-inetaddress.ih @@ -0,0 +1,10 @@ +--- inetaddress/inetaddress.ih.orig 2007-02-13 13:29:39.000000000 +0100 ++++ inetaddress/inetaddress.ih 2009-03-04 12:16:16.000000000 +0100 +@@ -2,6 +2,7 @@ + + #include <netdb.h> + #include <bobcat/gethostent> ++#include <sys/socket.h> + + using namespace std; + using namespace FBB; |