freebsd-ports/devel/libbobcat/files/patch-inetaddress-inetaddress.ih

13 lines
306 B
Text
Raw Normal View History

--- 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;