summaryrefslogtreecommitdiff
path: root/pthread_detach.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthread_detach.c')
-rw-r--r--pthread_detach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_detach.c b/pthread_detach.c
index 84bfe1a..9ff6587 100644
--- a/pthread_detach.c
+++ b/pthread_detach.c
@@ -42,7 +42,7 @@
* Not needed yet, but defining it should indicate clashes with build target
* environment that should be fixed.
*/
-#ifndef WINCE
+#if !defined(WINCE)
# include <signal.h>
#endif