[Spice-devel] [linux vd-agent][PATCH] Fix implicit declaration of 'g_unlink' (warning)
Fabiano FidĂȘncio
fidencio at redhat.com
Sat Apr 11 15:06:29 PDT 2015
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1086657
---
Looks like I missed this warning while applying the patches, due to a dirty
environment :-(
---
src/vdagent-x11-randr.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/vdagent-x11-randr.c b/src/vdagent-x11-randr.c
index a1e25ad..939eed6 100644
--- a/src/vdagent-x11-randr.c
+++ b/src/vdagent-x11-randr.c
@@ -22,6 +22,7 @@
*/
#include <glib.h>
+#include <glib/gstdio.h>
#include <string.h>
#include <syslog.h>
#include <stdlib.h>
--
2.3.5
More information about the Spice-devel
mailing list