Add missing include for "struct iovec"

This commit is contained in:
2018-06-24 06:09:40 +02:00
parent bb30c7d86e
commit 8ffe20c0e8

View File

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