qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-arm] [RISU PATCH v4 02/22] comms: include header for writev


From: Alex Bennée
Subject: [Qemu-arm] [RISU PATCH v4 02/22] comms: include header for writev
Date: Fri, 22 Jun 2018 15:11:45 +0100

The compiler complains about implicit declarations otherwise.

Signed-off-by: Alex Bennée <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]