]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/gsocket.cpp
adapting comment to new implementation
[wxWidgets.git] / src / unix / gsocket.cpp
index 1ea7b594e54ccf215eb632a5599c6e00c44cc67a..d417f12da8bf8a6d2f1250ae711affc5c9a3ce93 100644 (file)
 #include <types.h>
 #include <netinet/in.h>
 #endif
+#ifdef __NETBSD__
+#ifndef _NETBSD_SOURCE
+#define _NETBSD_SOURCE
+#endif
+#ifndef _LIBC
+#define _LIBC
+#endif
+#endif
 #include <netdb.h>
 #include <sys/ioctl.h>