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