Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c
index bb1e1c8..37db7e4 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -24,9 +24,9 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include <gdk/gdkx.h>
#ifdef ENABLE_DBUS
+#include <gdk/gdkx.h>
#include <dbus/dbus-glib-bindings.h>
#endif