summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-07-26 17:06:19 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2011-07-26 17:06:19 +0200
commit3ac97b7c1462e566b3501170adb53606a59ed9aa (patch)
tree4400c1474f91e576a4a500bc4ea2480485a4cbb4
parent58ae718963b8b319b2914c5a9412bb4a6cb70d13 (diff)
downloadgnome-settings-daemon-3ac97b7c1462e566b3501170adb53606a59ed9aa.tar.gz
automount: add some missing includes
-rw-r--r--plugins/automount/gnome-fallback-mount-helper.c2
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 ff5d192b..9f7a1fa4 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"