util: Include sys/uio.h for struct iovec

This commit is contained in:
Marcel Holtmann 2016-10-10 20:42:48 +02:00
parent 7c8c2dbb3b
commit e72b2f8daf
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <string.h>
#include <stdio.h>
#include <sys/uio.h>
#include <ell/string.h>
#include <ell/genl.h>