[Spice-devel] [PATCH spice-common] test-quic: Add missing header for exit

Frediano Ziglio fziglio at redhat.com
Thu Jun 21 10:52:52 UTC 2018


For some reasons building with Meson "exit" is not declared.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 tests/test-quic.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test-quic.c b/tests/test-quic.c
index 185507b..63de0fe 100644
--- a/tests/test-quic.c
+++ b/tests/test-quic.c
@@ -18,6 +18,7 @@
 #include <config.h>
 #endif
 
+#include <stdlib.h>
 #include <stdbool.h>
 #include <inttypes.h>
 #include <glib.h>
-- 
2.17.1



More information about the Spice-devel mailing list