summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2016-05-06 17:14:51 +0200
committerPavel Grunt <pgrunt@redhat.com>2016-05-09 10:20:32 +0200
commitad862c4d4bcf4c36d3716997b9b0ed666005241d (patch)
tree9f54df15513adcbd440fd5e7b6aea571d4e47a90 /tests
parent74439e8e6e0b2a7a16f31bc72318471df5bfe87d (diff)
test-logging: Include stdlib.h for _Exit()
Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test-logging.c1
1 files changed, 1 insertions, 0 deletions
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"