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:
parent
d75c7970c4
commit
6b92f831b7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user