From 35dec51214f692110f441cd68a94cbd264574d18 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 6 Jan 2007 13:44:39 +0000 Subject: See ChangeLog --- pthread_join.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pthread_join.c') diff --git a/pthread_join.c b/pthread_join.c index 8237b6c..72a3a74 100644 --- a/pthread_join.c +++ b/pthread_join.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