blob: 5d04e5ef2d48d32ab745e26c23f2393f60dac55c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- inetaddress/inetaddress.orig 2008-03-19 15:54:18.000000000 +0100
+++ inetaddress/inetaddress 2009-03-10 05:44:45.000000000 +0100
@@ -4,6 +4,9 @@
#include <netinet/in.h>
#include <string>
#include <bobcat/errno>
+#ifdef __FreeBSD__
+#include <sys/socket.h>
+#endif
/*
int-info coming in or going out: host byte order
|