fix android compilation

This commit is contained in:
Simon Morlat 2015-02-25 21:55:39 +01:00
parent ea39673fff
commit 0d4048dbdf

View file

@ -26,9 +26,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif
#ifndef WIN32
#include <langinfo.h>
#include <iconv.h>
#include <string.h>
#ifndef ANDROID
# include <langinfo.h>
# include <iconv.h>
# include <string.h>
#endif
#else
#include <Windows.h>
#endif