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