[Spice-commits] common/log.h

Frediano Ziglio fziglio at kemper.freedesktop.org
Fri Mar 31 09:38:07 UTC 2017


 common/log.h |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0996c33d6d13d4d89ab99ad7f447fdf984982c0c
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Fri Mar 31 10:56:04 2017 +0200

    log: Add missing stdio.h include
    
    This is needed because spice_printerr uses fprintf/stderr
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/common/log.h b/common/log.h
index 0e03f59..11261ca 100644
--- a/common/log.h
+++ b/common/log.h
@@ -18,6 +18,8 @@
 #ifndef H_SPICE_LOG
 #define H_SPICE_LOG
 
+#include <stdio.h>
+
 #include <glib.h>
 
 #include <spice/macros.h>


More information about the Spice-commits mailing list