diff options
author | Pavel Grunt <pgrunt@redhat.com> | 2016-05-06 17:14:51 +0200 |
---|---|---|
committer | Pavel Grunt <pgrunt@redhat.com> | 2016-05-09 10:20:32 +0200 |
commit | ad862c4d4bcf4c36d3716997b9b0ed666005241d (patch) | |
tree | 9f54df15513adcbd440fd5e7b6aea571d4e47a90 /tests | |
parent | 74439e8e6e0b2a7a16f31bc72318471df5bfe87d (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.c | 1 |
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" |