From 17324352c1714e29f2c64e64a46ba266e628e6d7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 29 Mar 2009 11:46:00 +0200 Subject: fixed on Linux again --- include/wolf/port/sys.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/wolf/port/sys.h b/include/wolf/port/sys.h index 0332612..73009e0 100644 --- a/include/wolf/port/sys.h +++ b/include/wolf/port/sys.h @@ -46,9 +46,10 @@ #define HAVE_STRINGS_H #define HAVE_SYSLOG_H #define HAVE_GETADDRINFO -#define HAVE_NETDB_H #define HAVE_INET_NTOP +#define HAVE_SYS_SOCKET_H #define HAVE_ARPA_INET_H +#define HAVE_NETDB_H #else #error unknown platform #endif /* defined OS_MINOR_VERSION == 6 */ -- cgit v1.2.3-54-g00ecf