Fix header includes for Android.

This commit is contained in:
Ghislain MARY 2016-06-01 12:32:57 +02:00
parent 2fc0aef1b9
commit fad94bc04c

View file

@ -28,8 +28,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif
#ifndef _WIN32
#if !defined(ANDROID) && !defined(__QNXNTO__)
#if !defined(__QNXNTO__)
# include <langinfo.h>
# include <locale.h>
# include <iconv.h>
# include <string.h>
#endif