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

Frediano Ziglio fziglio at redhat.com
Sat May 7 13:38:44 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"
>  

Oh... was on my patch queue too!

Acked-by: Frediano Ziglio <fziglio at redhat.com>

Frediano


More information about the Spice-devel mailing list