[gnome-user-share] user-share: add missing include
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-share] user-share: add missing include
- Date: Fri, 1 Jun 2012 14:46:06 +0000 (UTC)
commit 0a5f5e09ee21207b9fb21a5bb661d0adb8d8e927
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon May 21 14:34:34 2012 -0400
user-share: add missing include
This is needed for g_rename()
https://bugzilla.gnome.org/show_bug.cgi?id=676515
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 e54c5ed..07af178 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]