Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-06-14 13:49:55 (GMT)
committer Christian Persch <chpe@gnome.org>2009-06-14 13:49:55 (GMT)
commit960b0d9ea6fc47981d2cc0429fbd9609df8d014f (patch)
tree1e1a13cedc015234dab79a25d0ab8fba1b8a0bce /shell/main.c
parenta6a175aba74a6715a262e20c1eabe05012c6615b (diff)
Use #ifdef, no #if
Diffstat (limited to 'shell/main.c')
-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 */