summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/host.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host.c b/src/host.c
index e82e377..f64f9c5 100644
--- a/src/host.c
+++ b/src/host.c
@@ -57,6 +57,7 @@ suil_host_free(SuilHost* host)
}
}
+#ifdef SUIL_WITH_X11
static void
suil_load_init_module(const char* module_name)
{
@@ -74,6 +75,7 @@ suil_load_init_module(const char* module_name)
dlclose(lib);
}
+#endif
SUIL_API
void