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
/
data-stream.c
diff --git
a/src/data-stream.c
b/src/data-stream.c
index
34a18d4
..
0e84065
100644
(file)
--- a/
src/data-stream.c
+++ b/
src/data-stream.c
@@
-23,7
+23,9
@@
#endif
#include <stdio.h>
-#include <sys/types.h>
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
#include "debug.h"
#include "data.h"