diff options
-rw-r--r-- | 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 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" |