Added #include to get FIONBIO on Solaris 2.6

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1998-09-11 01:28:41 +00:00
parent b7db6f0b6d
commit 384b4373c7

View File

@@ -54,6 +54,10 @@
#include <sys/time.h>
#include <unistd.h>
#ifdef sun
#include <sys/filio.h>
#endif
#endif // __UNIX__
#include <signal.h>