From 21eb91ae3a8578b678d71083f4513de67b2e4e0f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 3 Nov 2010 09:56:27 +0000 Subject: More include guards. Provide access for Wince. Install dummy sehmap.h --- src/ath.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/ath.c') diff --git a/src/ath.c b/src/ath.c index a303ffc2..e5acbdaa 100644 --- a/src/ath.c +++ b/src/ath.c @@ -33,7 +33,9 @@ # include # endif #endif -#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif #ifndef HAVE_W32_SYSTEM #include #endif @@ -60,7 +62,6 @@ ath_self (void) } #else # ifdef __linux -#include #include uintptr_t ath_self (void) -- cgit v1.2.3