mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-19 13:59:15 +00:00
added include for iovec
This commit is contained in:
parent
35a8ffe46d
commit
26cc53e3fa
|
@ -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