[Spice-commits] tests/test-logging.c

Pavel Grunt pgrunt at kemper.freedesktop.org
Mon May 9 08:20:59 UTC 2016


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

New commits:
commit ad862c4d4bcf4c36d3716997b9b0ed666005241d
Author: Pavel Grunt <pgrunt at redhat.com>
Date:   Fri May 6 17:14:51 2016 +0200

    test-logging: Include stdlib.h for _Exit()
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

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"
 


More information about the Spice-commits mailing list