diff options
Diffstat (limited to 'libguile/load.c')
-rw-r--r-- | libguile/load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/load.c b/libguile/load.c index 3e702c41e..5ca4e07f4 100644 --- a/libguile/load.c +++ b/libguile/load.c @@ -18,7 +18,7 @@ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include <config.h> #endif |