IRIX compile fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-06-11 10:47:18 +00:00
parent bbcdb973f7
commit 55021f25ff

View 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__