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