summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2015-04-12 00:02:47 +0200
committerFabiano FidĂȘncio <fidencio@redhat.com>2015-04-12 00:03:28 +0200
commit6c0160e8a3a3902817088dc5e7e8bdccaeaec1b4 (patch)
tree8a511b1f535e6a266c011abab96e1500135e91ee
parenta8bbff07b1d4e5d47c29d7d736f185e820119694 (diff)
downloadvd_agent-6c0160e8a3a3902817088dc5e7e8bdccaeaec1b4.tar.gz
vd_agent-6c0160e8a3a3902817088dc5e7e8bdccaeaec1b4.tar.xz
vd_agent-6c0160e8a3a3902817088dc5e7e8bdccaeaec1b4.zip
Fix implicit declaration of 'g_unlink' (warning)
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1086657
-rw-r--r--src/vdagent-x11-randr.c1
1 files changed, 1 insertions, 0 deletions
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>