diff options
Diffstat (limited to 'pthread_kill.c')
-rw-r--r-- | pthread_kill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_kill.c b/pthread_kill.c index 21939d8..5473b43 100644 --- a/pthread_kill.c +++ b/pthread_kill.c @@ -41,7 +41,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 |