summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysdep/unix/io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c
index a0dbb41..930844a 100644
--- a/sysdep/unix/io.c
+++ b/sysdep/unix/io.c
@@ -14,6 +14,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/fcntl.h>
+#include <sys/uio.h>
#include <sys/un.h>
#include <unistd.h>
#include <errno.h>