IRIX compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-06-12 21:03:13 +00:00
parent d75c7970c4
commit 6b92f831b7

View File

@ -28,6 +28,11 @@
#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>