summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host.c b/src/host.c
index 6502543..b585c9d 100644
--- a/src/host.c
+++ b/src/host.c
@@ -82,7 +82,7 @@ suil_init(int* argc, char*** argv, SuilArg key, ...)
suil_argc = argc ? *argc : 0;
suil_argv = argv ? *argv : NULL;
-#if SUIL_WITH_X11
+#ifdef SUIL_WITH_X11
suil_load_init_module("suil_x11");
#endif
}