[gnome-settings-daemon] automount: add some missing includes



commit 3ac97b7c1462e566b3501170adb53606a59ed9aa
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Jul 26 17:06:19 2011 +0200

    automount: add some missing includes

 plugins/automount/gnome-fallback-mount-helper.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/automount/gnome-fallback-mount-helper.c b/plugins/automount/gnome-fallback-mount-helper.c
index ff5d192..9f7a1fa 100644
--- a/plugins/automount/gnome-fallback-mount-helper.c
+++ b/plugins/automount/gnome-fallback-mount-helper.c
@@ -22,7 +22,9 @@
 #include "config.h"
 
 #include <glib.h>
+#include <glib/gi18n.h>
 #include <unistd.h>
+#include <gtk/gtk.h>
 
 #include "gsd-automount-manager.h"
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]