[Spice-devel] [PATCH spice-common 2/3] test-logging: Include stdlib.h for _Exit()

Pavel Grunt pgrunt at redhat.com
Fri May 6 15:14:51 UTC 2016


---
 tests/test-logging.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test-logging.c b/tests/test-logging.c
index b7ca616..1ae4e00 100644
--- a/tests/test-logging.c
+++ b/tests/test-logging.c
@@ -22,6 +22,7 @@
 #define SPICE_LOG_DOMAIN G_LOG_DOMAIN
 
 #include <glib.h>
+#include <stdlib.h>
 
 #include "common/log.h"
 
-- 
2.8.2



More information about the Spice-devel mailing list