]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fixes missing header.
authorOndrej Zajicek <santiago@crfreenet.org>
Sat, 3 Apr 2010 08:45:21 +0000 (10:45 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Sat, 3 Apr 2010 08:45:21 +0000 (10:45 +0200)
sysdep/unix/io.c

index a0dbb418a500f9ddc7f6e5a32d6e113dc104391c..930844a6530abc15432b753fd393dc90ceabec88 100644 (file)
@@ -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>