Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c
index 9cc94a7..2d966af 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -40,7 +40,7 @@
#ifdef WITH_SMCLIENT
#include "eggsmclient.h"
-#if GDK_WINDOWING_X11
+#ifdef GDK_WINDOWING_X11
#include "eggdesktopfile.h"
#endif
#endif /* WITH_SMCLIENT */