summaryrefslogtreecommitdiff
path: root/pthread_join.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthread_join.c')
-rw-r--r--pthread_join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_join.c b/pthread_join.c
index c49484d..c2b7c1e 100644
--- a/pthread_join.c
+++ b/pthread_join.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