From e72b2f8daf015e410367f00747f8b93f60afb8fc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 10 Oct 2016 20:42:48 +0200 Subject: [PATCH] util: Include sys/uio.h for struct iovec --- src/util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.c b/src/util.c index 3ab4c4f2..857c1001 100644 --- a/src/util.c +++ b/src/util.c @@ -26,6 +26,7 @@ #include #include +#include #include #include