[Spice-commits] gtk/coroutine_winfibers.c

Marc-André Lureau elmarco at kemper.freedesktop.org
Mon Dec 9 05:43:04 PST 2013


 gtk/coroutine_winfibers.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e8fd232738f724ba4928d44f91c720c6e1410614
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Mon Dec 9 14:42:37 2013 +0100

    coroutine: add missing glib.h include

diff --git a/gtk/coroutine_winfibers.c b/gtk/coroutine_winfibers.c
index 67f10d5..a5ab3ba 100644
--- a/gtk/coroutine_winfibers.c
+++ b/gtk/coroutine_winfibers.c
@@ -20,6 +20,7 @@
 
 #include <config.h>
 #include <stdio.h>
+#include <glib.h>
 
 #include "coroutine.h"
 


More information about the Spice-commits mailing list