From 8ffe20c0e83b52db1344fe91f57236be4c4cb504 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch <p@janouch.name> Date: Sun, 24 Jun 2018 06:09:40 +0200 Subject: Add missing include for "struct iovec" --- liberty.c | 1 + 1 file changed, 1 insertion(+) diff --git a/liberty.c b/liberty.c index df42e4a..bb37f30 100644 --- a/liberty.c +++ b/liberty.c @@ -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> -- cgit v1.2.3-70-g09d2