git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1484
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif // __WINDOWS__
#if defined(__UNIX__)
#endif // __WINDOWS__
#if defined(__UNIX__)
#ifdef VMS
#include <socket.h>
#include <in.h>
#else
#ifdef VMS
#include <socket.h>
#include <in.h>
#else
-#if defined(__FreeBSD__) || defined (__NetBSD__) || defined(__SUN__)
-#include <sys/types.h>
-#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#endif
wxIPV4address::wxIPV4address()
#endif
wxIPV4address::wxIPV4address()
- m_addr = new sockaddr_in;
+ m_addr = new sockaddr_in;