mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 02:19:18 +02:00
added include for iovec
This commit is contained in:
parent
d4e1eef6d5
commit
6ca1b992bb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue