]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/threadpsx.cpp
made the interface more compatible with the MSW version (although
[wxWidgets.git] / src / gtk1 / threadpsx.cpp
index 9f6620f0c1f7293973c2da2f5a84aeb8a43f3749..688ef8f29f473d0bcbd41b92900ce5dafb79873c 100644 (file)
@@ -16,6 +16,9 @@
 #include <unistd.h>
 #include <sched.h>
 #include <pthread.h>
+#include "wx/thread.h"
+#include "wx/module.h"
+#include "wx/utils.h"
 
 enum thread_state {
   STATE_IDLE = 0,
@@ -28,8 +31,6 @@ enum thread_state {
 // Static variables
 /////////////////////////////////////////////////////////////////////////////
 
-#include "thread.h"
-
 static pthread_t p_mainid;
 wxMutex wxMainMutex; // controls access to all GUI functions