text/charset.c: Use #ifdef instead of #if for HAVE_ macro.

This commit is contained in:
Pierre d'Herbemont 2008-02-03 00:33:26 +00:00
parent 28ef18e5bd
commit a625817c44
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#include <vlc/vlc.h>
#if !defined WIN32
# if HAVE_LANGINFO_CODESET
# ifdef HAVE_LANGINFO_CODESET
# include <langinfo.h>
# endif
# include <locale.h>