OS/2 patch from Stefan.Neis@t-online.de
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f3ac12aa7a
commit
6a2e72251f
@ -11,8 +11,9 @@
|
||||
#if wxUSE_SOCKETS
|
||||
|
||||
#include <assert.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <netdb.h>
|
||||
#include <sys/ioctl.h>
|
||||
#ifdef vms
|
||||
#include <socket.h>
|
||||
#else
|
||||
@ -22,7 +23,6 @@
|
||||
#include <sys/time.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netdb.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user