projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
minor changes and bug corrections (interface unchanged)
[wxWidgets.git]
/
src
/
gtk1
/
threadpsx.cpp
diff --git
a/src/gtk1/threadpsx.cpp
b/src/gtk1/threadpsx.cpp
index 688ef8f29f473d0bcbd41b92900ce5dafb79873c..363f0636eafc5bbab35e30b72e7e042fb81e61e5 100644
(file)
--- a/
src/gtk1/threadpsx.cpp
+++ b/
src/gtk1/threadpsx.cpp
@@
-14,8
+14,8
@@
#include <stdio.h>
#include <unistd.h>
-#include <sched.h>
#include <pthread.h>
+#include <errno.h>
#include "wx/thread.h"
#include "wx/module.h"
#include "wx/utils.h"