diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2009-03-11 09:17:57 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2009-03-11 09:17:57 +0000 |
commit | 8aa13259110320dda350f66c0b88db082b9cc614 (patch) | |
tree | cec55f4682a48900aed426f26117e00cb24f8b71 /devel/libbobcat/files/patch-inetaddress-inetaddress.ih | |
parent | e57280adbc121253c14a0b803332b4e0595e19c4 (diff) | |
download | ports-8aa13259110320dda350f66c0b88db082b9cc614.tar.gz ports-8aa13259110320dda350f66c0b88db082b9cc614.zip |
Notes
Diffstat (limited to 'devel/libbobcat/files/patch-inetaddress-inetaddress.ih')
-rw-r--r-- | devel/libbobcat/files/patch-inetaddress-inetaddress.ih | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libbobcat/files/patch-inetaddress-inetaddress.ih b/devel/libbobcat/files/patch-inetaddress-inetaddress.ih index d2a86a359453..db4b8c937dab 100644 --- a/devel/libbobcat/files/patch-inetaddress-inetaddress.ih +++ b/devel/libbobcat/files/patch-inetaddress-inetaddress.ih @@ -1,10 +1,12 @@ --- 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 @@ ++++ 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; |