summaryrefslogtreecommitdiff
path: root/pthread_join.c
diff options
context:
space:
mode:
authorrpj <rpj>2007-01-06 13:44:39 +0000
committerrpj <rpj>2007-01-06 13:44:39 +0000
commit35dec51214f692110f441cd68a94cbd264574d18 (patch)
tree1ce9711f604c6799eea806f40b22ce02574b8ae6 /pthread_join.c
parenteeef426b8399ad39dfc759352a6e7b0348a047d1 (diff)
See ChangeLog
Diffstat (limited to 'pthread_join.c')
-rw-r--r--pthread_join.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pthread_join.c b/pthread_join.c
index 8237b6c..72a3a74 100644
--- a/pthread_join.c
+++ b/pthread_join.c
@@ -42,7 +42,9 @@
* Not needed yet, but defining it should indicate clashes with build target
* environment that should be fixed.
*/
-#include <signal.h>
+#ifndef WINCE
+# include <signal.h>
+#endif
int