]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/gsocket.c
Added -w-inl to CFG section to suppress the annoying messages about event and radiobo...
[wxWidgets.git] / src / unix / gsocket.c
index a248f1def2a280f22874b07f0acac7096833ac93..5b7c2b23a9156837d6de39df33b4747dfc1a9f16 100644 (file)
@@ -77,6 +77,11 @@ struct sockaddr_un
 #define INVALID_SOCKET -1
 #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
  * 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__) */
 
-/* vi:sts=4:sw=4:et */
-