summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-10-29 07:33:06 +0200
committerJasmine Hassan <[email protected]>2012-10-29 15:23:13 +0200
commit9acddbc84bec236ca91fa210b6b2164a60895615 (patch)
treedbbb7c7bdb3f34bc86f79960e49a1b27220777fd /src
parent15ff0663135e48ad2cc50e7e0059da948887f0d4 (diff)
downloadmate-user-share-9acddbc84bec236ca91fa210b6b2164a60895615.tar.bz2
mate-user-share-9acddbc84bec236ca91fa210b6b2164a60895615.tar.xz
[user-share] add missing glib/gstdio.h include
This is needed for g_rename() https://bugzilla.gnome.org/show_bug.cgi?id=676515 http://git.gnome.org/browse/gnome-user-share/commit/?id=0a5f5e09ee21207b9fb21a5bb661d0adb8d8e927
Diffstat (limited to 'src')
-rw-r--r--src/user_share.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user_share.c b/src/user_share.c
index e3a0e38..a646b84 100644
--- a/src/user_share.c
+++ b/src/user_share.c
@@ -26,6 +26,7 @@
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
+#include <glib/gstdio.h>
#include <bluetooth-client.h>
#include <X11/Xlib.h>