diff options
Diffstat (limited to 'libguile/init.c')
-rw-r--r-- | libguile/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/init.c b/libguile/init.c index 25cff62a5..522bec901 100644 --- a/libguile/init.c +++ b/libguile/init.c @@ -20,7 +20,7 @@ /* Include the headers for just about everything. We call all their initialization functions. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include <config.h> #endif |