diff options
author | Jasmine Hassan <[email protected]> | 2012-10-29 07:33:06 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-10-29 15:23:13 +0200 |
commit | 9acddbc84bec236ca91fa210b6b2164a60895615 (patch) | |
tree | dbbb7c7bdb3f34bc86f79960e49a1b27220777fd | |
parent | 15ff0663135e48ad2cc50e7e0059da948887f0d4 (diff) | |
download | mate-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
-rw-r--r-- | src/user_share.c | 1 |
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> |