X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68401dfe2c39c7251174cb1bc4509ac66b9644be..f59ba38691a891db142ca65d976d2521bae70158:/src/gtk1/threadpsx.cpp?ds=inline diff --git a/src/gtk1/threadpsx.cpp b/src/gtk1/threadpsx.cpp index faf1421929..99239908ef 100644 --- a/src/gtk1/threadpsx.cpp +++ b/src/gtk1/threadpsx.cpp @@ -24,6 +24,11 @@ #include #endif +#ifdef __SUN__ +extern int usleep(unsigned int useconds); +#endif + + #include "wx/thread.h" #include "wx/module.h" #include "wx/utils.h"