Cleaned attempts at fixing NetBSD compilation commited in previous version.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2006-01-25 14:31:03 +00:00
parent def7c04a01
commit 17f66434a4

View File

@ -36,14 +36,6 @@
#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>