summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-29 12:46:09 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-03-29 12:46:09 +0200
commit8caccdd6d2ffdbcfcb24eaf7fb9828b2643fc356 (patch)
tree3c808d4d3ad097f65e98ceb50e27c2f90cca920f /include
parent1aff10cd47f55b2bd8c6e634700c713ceadce454 (diff)
downloadwolfbones-8caccdd6d2ffdbcfcb24eaf7fb9828b2643fc356.tar.gz
wolfbones-8caccdd6d2ffdbcfcb24eaf7fb9828b2643fc356.tar.bz2
again checkin for broken freebsd 7 (git is happilly broken there! dont use it!)
Diffstat (limited to 'include')
-rw-r--r--include/wolf/port/netdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wolf/port/netdb.h b/include/wolf/port/netdb.h
index a06bff4..bec4027 100644
--- a/include/wolf/port/netdb.h
+++ b/include/wolf/port/netdb.h
@@ -36,6 +36,8 @@
/* for getaddrinfo, freeaddrinfo, struct getaddrinfo */
#ifdef FREEBSD
+/* not sure about that */
+#define __BSD_VISIBLE 0
#include <sys/socket.h> /* for AF_UNSPEC */
#include </usr/include/netinet/in.h> /* for IPPROTO_TCP */
#endif