summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorPhilippe Brochard <hocwp@free.fr>2010-12-04 21:59:35 +0100
committerPhilippe Brochard <hocwp@free.fr>2010-12-04 21:59:35 +0100
commit4a4d790e95f77ef8c99132e2a022397d7cfe54d6 (patch)
tree9bb6b58b630379f4bda9d8a7ca5720b78cc33fbe /options.c
parentec0b1d484283903a493571b746c15ef890e59399 (diff)
downloadxbindkeys-4a4d790e95f77ef8c99132e2a022397d7cfe54d6.tar.gz
Fix compilations warnings
Diffstat (limited to 'options.c')
-rw-r--r--options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.c b/options.c
index e88a7dc..31af5f3 100644
--- a/options.c
+++ b/options.c
@@ -28,6 +28,7 @@
#ifdef GUILE_FLAG
#include <libguile.h>
+#include <guile/gh.h>
#endif
char *display_name = NULL;