X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=src%2Fcompat_posix.c;h=741c87fa8091266c6b4cf122d52354dd0d87ac2f;hb=374ae78b970a9249d047f0958472114b16523e23;hp=f895637c939a55068c4d27aca85569d7f5fd6102;hpb=5859464ecdc26e7acbde0374d9b330e222a6fc63;p=fdkaac.git diff --git a/src/compat_posix.c b/src/compat_posix.c index f895637..741c87f 100644 --- a/src/compat_posix.c +++ b/src/compat_posix.c @@ -59,8 +59,8 @@ char *aacenc_to_utf8(const char *s) #include #include -#if HAVE_LOCALCHARSET_H -#include +#if HAVE_LIBCHARSET_H +#include #elif HAVE_LANGINFO_H #include static const char *locale_charset(void)