]> git.saurik.com Git - wxWidgets.git/commitdiff
IRIX compilation fixes
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Jun 1999 21:03:13 +0000 (21:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Jun 1999 21:03:13 +0000 (21:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/sckint.cpp

index 8531c9b3a929b054c038023f924010e2a5816d2f..059e5c95c9e9d153fa971269af57f7d0ecc54dd8 100644 (file)
 #include <wx/thread.h>
 #include <wx/sckint.h>
 
+// IRIX requires bstring.h be included to use select()
+#ifdef sgi
+    #include <bstring.h>
+#endif // IRIX
+
 #ifndef __WXSTUBS__
 
 #include <stdlib.h>