summaryrefslogtreecommitdiff
path: root/src/w32-glib-io.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-11-03 09:56:27 +0000
committerWerner Koch <wk@gnupg.org>2010-11-03 09:56:27 +0000
commit21eb91ae3a8578b678d71083f4513de67b2e4e0f (patch)
treef4a1f78ee8611b006c726f829283ac4ec7001f80 /src/w32-glib-io.c
parent753375ffcf25b63e6f8e0c05aa36bb2fe0094329 (diff)
downloadgpgme-21eb91ae3a8578b678d71083f4513de67b2e4e0f.tar.gz
More include guards.
Provide access for Wince. Install dummy sehmap.h
Diffstat (limited to 'src/w32-glib-io.c')
-rw-r--r--src/w32-glib-io.c4
1 files changed, 3 insertions, 1 deletions
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 <sys/time.h>
#endif
-#include <sys/types.h>
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
#include <glib.h>
#include <windows.h>
#include <io.h>