]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/threadpsx.cpp
event/leave events
[wxWidgets.git] / src / gtk1 / threadpsx.cpp
index 9f6620f0c1f7293973c2da2f5a84aeb8a43f3749..80613c5156c3cdf24ae0640e9abb1320887eaebb 100644 (file)
 #include <unistd.h>
 #include <sched.h>
 #include <pthread.h>
+#include <errno.h>
+#include "wx/thread.h"
+#include "wx/module.h"
+#include "wx/utils.h"
 
 enum thread_state {
   STATE_IDLE = 0,
@@ -28,8 +32,6 @@ enum thread_state {
 // Static variables
 /////////////////////////////////////////////////////////////////////////////
 
-#include "thread.h"
-
 static pthread_t p_mainid;
 wxMutex wxMainMutex; // controls access to all GUI functions