freebsd-ports/devel/libbobcat/files/patch-inetaddress-inetaddress.ih
Gabor Pali 8aa1325911 - Update to 2.01.1
- Refine patches

Approved by:	tabthorpe
2009-03-11 09:17:57 +00:00

12 lines
306 B
Text

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