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.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ath.h') diff --git a/src/ath.h b/src/ath.h index 8a7a5072..424e3456 100644 --- a/src/ath.h +++ b/src/ath.h @@ -40,7 +40,9 @@ # include # endif # endif -# include +# ifdef HAVE_SYS_TYPES_H +# include +# endif # include #endif /*!HAVE_W32_SYSTEM*/ -- cgit v1.2.3