]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/socket.cpp
wxGTK now chooses the best visual X offers,
[wxWidgets.git] / src / common / socket.cpp
index 883ffb82eb39de2d1139072c4f3f43303d1094ef..052078b3b48ae5951831dce65d57556e85c69eec 100644 (file)
@@ -35,6 +35,11 @@ typedef int socklen_t ;
 #include <wx/timer.h>
 #include <wx/utils.h>
 
+// IRIX requires bstring.h be included to use select()
+#ifdef sgi
+    #include <bstring.h>
+#endif // IRIX
+
 // Not enough OS behaviour defined for wxStubs
 #ifndef __WXSTUBS__