blob: 05e9a911bf27d7e41214dc8eabbe3201c90ff304 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- hostname/hostname.ih.orig 2007-02-13 13:29:39.000000000 +0100
+++ hostname/hostname.ih 2009-03-10 05:44:08.000000000 +0100
@@ -3,6 +3,9 @@
#include <bobcat/inetaddress>
#include <bobcat/gethostent>
#include <netdb.h>
+#ifdef __FreeBSD__
+#include <sys/socket.h>
+#endif
using namespace std;
using namespace FBB;
|