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/w32-io.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/w32-io.c') diff --git a/src/w32-io.c b/src/w32-io.c index d7abbf4c..6f732030 100644 --- a/src/w32-io.c +++ b/src/w32-io.c @@ -31,7 +31,9 @@ #ifdef HAVE_SYS_TIME_H # include #endif -#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif #include #include "util.h" -- cgit v1.2.3