summaryrefslogtreecommitdiff
path: root/include/wolf/port/sys.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-29 11:46:00 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-03-29 11:46:00 +0200
commit17324352c1714e29f2c64e64a46ba266e628e6d7 (patch)
tree045bae4dbe09b731e0727e5cd76ac0fb5f20046c /include/wolf/port/sys.h
parentb46572e7a1a116a0ba4db4a84403a7c6c34a7a51 (diff)
downloadwolfbones-17324352c1714e29f2c64e64a46ba266e628e6d7.tar.gz
wolfbones-17324352c1714e29f2c64e64a46ba266e628e6d7.tar.bz2
fixed on Linux again
Diffstat (limited to 'include/wolf/port/sys.h')
-rw-r--r--include/wolf/port/sys.h3
1 files changed, 2 insertions, 1 deletions
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 */