Add missing include for writev

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2017-06-02 10:29:50 -07:00 committed by Antonio Murdaca
parent 85aea09215
commit e6b8c34fcb
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

View file

@ -15,6 +15,7 @@
#include <sys/wait.h>
#include <sys/eventfd.h>
#include <sys/stat.h>
#include <sys/uio.h>
#include <syslog.h>
#include <unistd.h>