X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcharset.h;h=4dfe13f3f19f28b490cf73cb8aeba9aa03886c5a;hb=54674384020f5d8019ca71f6c283d18ba32d5171;hp=0cb69d135bece726bb9077d3e10f862b65843016;hpb=9e8806dadee58efe36151a6bca22d65487ed02ee;p=ncmpc.git diff --git a/src/charset.h b/src/charset.h index 0cb69d1..4dfe13f 100644 --- a/src/charset.h +++ b/src/charset.h @@ -25,7 +25,7 @@ #include #include -#ifdef HAVE_LOCALE_H +#if defined(HAVE_LOCALE_H) && !defined(NCMPC_MINI) const char * charset_init(void); #endif