Another solaris fix. :-<

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-01-27 09:48:39 +00:00
parent c84c52de6f
commit 380440110c
2 changed files with 8 additions and 2 deletions

View File

@@ -31,7 +31,10 @@
#include "unistd.h"
#ifdef __SUN__
int usleep(unsigned int useconds);
extern "C"
{
void usleep(unsigned long usec);
};
#endif
#include "glib.h"