The compiler complains about implicit declarations otherwise. Signed-off-by: Alex Bennée <alex.ben...@linaro.org> --- comms.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/comms.c b/comms.c index 2900c33..6946fd9 100644 --- a/comms.c +++ b/comms.c @@ -17,6 +17,7 @@ #include <errno.h> #include <sys/socket.h> #include <sys/types.h> +#include <sys/uio.h> #include <netinet/in.h> #include <netdb.h> -- 2.17.1