diff options
Diffstat (limited to '')
-rw-r--r-- | src/charset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.h b/src/charset.h index 4dfe13f3f..0999e8ef3 100644 --- a/src/charset.h +++ b/src/charset.h @@ -25,7 +25,7 @@ #include <stdbool.h> #include <stddef.h> -#if defined(HAVE_LOCALE_H) && !defined(NCMPC_MINI) +#ifdef ENABLE_LOCALE const char * charset_init(void); #endif |