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