aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/posix-io.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gpgme/posix-io.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpgme/posix-io.c b/gpgme/posix-io.c
index e6a3c676..8c688829 100644
--- a/gpgme/posix-io.c
+++ b/gpgme/posix-io.c
@@ -33,6 +33,9 @@
#include <sys/time.h>
#include <sys/types.h>
#include <sys/wait.h>
+#ifdef HAVE_SYS_UIO_H
+# include <sys/uio.h>
+#endif
#include <ctype.h>
#include <sys/resource.h>
#include <unistd.h>