X-Git-Url: http://git.ieval.ro/?p=fdkaac.git;a=blobdiff_plain;f=src%2Fcompat_posix.c;fp=src%2Fcompat_posix.c;h=741c87fa8091266c6b4cf122d52354dd0d87ac2f;hp=f895637c939a55068c4d27aca85569d7f5fd6102;hb=374ae78b970a9249d047f0958472114b16523e23;hpb=37a5b84fd6333043b9f98dcebf6f3596433176ef 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)