mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 12:53:17 +00:00
added include for iovec
This commit is contained in:
parent
d4e1eef6d5
commit
6ca1b992bb
|
@ -24,6 +24,7 @@
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
#include <sys/uio.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
#include <grp.h>
|
#include <grp.h>
|
||||||
|
|
Loading…
Reference in a new issue