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