diff options
Diffstat (limited to 'libguile/eq.c')
-rw-r--r-- | libguile/eq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/eq.c b/libguile/eq.c index ebc91c93b..b54a7043a 100644 --- a/libguile/eq.c +++ b/libguile/eq.c @@ -16,7 +16,7 @@ */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include <config.h> #endif |