added include for iovec

This commit is contained in:
Erik Ekman 2008-08-07 22:34:14 +00:00 committed by Erik Ekman
parent 35a8ffe46d
commit 26cc53e3fa

View File

@ -24,6 +24,7 @@
#include <sys/param.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <sys/uio.h>
#include <fcntl.h>
#include <err.h>
#include <grp.h>