projects
/
gpgme.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More include guards.
[gpgme.git]
/
src
/
w32-glib-io.c
diff --git
a/src/w32-glib-io.c
b/src/w32-glib-io.c
index
6b7cd15
..
5c72f03
100644
(file)
--- 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>