summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-04-03 10:45:21 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2010-04-03 10:45:21 +0200
commit46a82e9c2c04c432775c7db5ab5d5cc0301b2a94 (patch)
treeeb37bfd277c37281d9aa1ef4977323f2f9716ce1 /sysdep
parente60d55becdd9b2eeb36ac16daedae2ab54d05b0c (diff)
downloadbird-46a82e9c2c04c432775c7db5ab5d5cc0301b2a94.tar
bird-46a82e9c2c04c432775c7db5ab5d5cc0301b2a94.zip
Fixes missing header.
Diffstat (limited to 'sysdep')
-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>