Re: [Qemu-devel] [RISU PATCH v3 02/22] comms: include header for writev

2018-06-13 Thread Richard Henderson
On 06/13/2018 02:55 AM, Alex Bennée wrote: > The compiler complains about implicit declarations otherwise. > > Signed-off-by: Alex Bennée > --- > comms.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Richard Henderson r~

[Qemu-devel] [RISU PATCH v3 02/22] comms: include header for writev

2018-06-13 Thread Alex Bennée
The compiler complains about implicit declarations otherwise. Signed-off-by: Alex Bennée --- 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 #include #include +#include