More include guards.
[gpgme.git] / src / w32-sema.c
index 33961041b0f4b5c4ddd34058412aa0a33d3924c3..504e6822ed1a7141163d9faa4ad006c79a0eec51 100644 (file)
@@ -31,7 +31,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 <io.h>
 
 #include "util.h"