Add missing include for "struct iovec"

This commit is contained in:
Přemysl Eric Janouch 2018-06-24 06:09:40 +02:00
parent bb30c7d86e
commit 8ffe20c0e8
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include <sys/wait.h> #include <sys/wait.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/time.h> #include <sys/time.h>
#include <sys/uio.h>
#include <fcntl.h> #include <fcntl.h>
#include <poll.h> #include <poll.h>
#include <signal.h> #include <signal.h>