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~
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
#inc