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
parent 6ff71d0f84
commit 5d9dcc8431
1 changed files with 1 additions and 0 deletions

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>