From 35dec51214f692110f441cd68a94cbd264574d18 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 6 Jan 2007 13:44:39 +0000 Subject: See ChangeLog --- pthread_kill.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pthread_kill.c') 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 +#ifndef WINCE +# include +#endif int pthread_kill (pthread_t thread, int sig) -- cgit v1.2.3