diff options
Diffstat (limited to 'pthread_detach.c')
-rw-r--r-- | pthread_detach.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pthread_detach.c b/pthread_detach.c index 00fb6ad..b110f2b 100644 --- a/pthread_detach.c +++ b/pthread_detach.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 |