For some reasons building with Meson "exit" is not declared. Signed-off-by: Frediano Ziglio <[email protected]> --- 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 _______________________________________________ Spice-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/spice-devel
