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 0cb69d135..4dfe13f3f 100644 --- a/src/charset.h +++ b/src/charset.h @@ -25,7 +25,7 @@ #include <stdbool.h> #include <stddef.h> -#ifdef HAVE_LOCALE_H +#if defined(HAVE_LOCALE_H) && !defined(NCMPC_MINI) const char * charset_init(void); #endif |