summaryrefslogtreecommitdiff
path: root/pthread_kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthread_kill.c')
-rw-r--r--pthread_kill.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pthread_kill.c b/pthread_kill.c
index 7de3fe2..d360187 100644
--- a/pthread_kill.c
+++ b/pthread_kill.c
@@ -41,7 +41,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
pthread_kill (pthread_t thread, int sig)