UnixWare compilation fix (include sys/filio.h)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -77,6 +77,11 @@ struct sockaddr_un
|
|||||||
#define INVALID_SOCKET -1
|
#define INVALID_SOCKET -1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* UnixWare reportedly needs this for FIONBIO definition */
|
||||||
|
#ifdef __UNIXWARE__
|
||||||
|
#include <sys/filio.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* INADDR_BROADCAST is identical to INADDR_NONE which is not defined
|
* INADDR_BROADCAST is identical to INADDR_NONE which is not defined
|
||||||
* on all systems. INADDR_BROADCAST should be fine to indicate an error.
|
* on all systems. INADDR_BROADCAST should be fine to indicate an error.
|
||||||
@@ -1686,5 +1691,3 @@ GSocketError GAddress_UNIX_GetPath(GAddress *address, char *path, size_t sbuf)
|
|||||||
|
|
||||||
#endif /* wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__) */
|
#endif /* wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__) */
|
||||||
|
|
||||||
/* vi:sts=4:sw=4:et */
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user