From 357ebe0a8a1ba259c7a1f354fe387f9a9ee594f0 Mon Sep 17 00:00:00 2001 From: Frank Chen Date: Thu, 29 Oct 2015 03:37:53 +0000 Subject: fix compile in android 6.0 Change-Id: I969b40f88bf7cd9db662662f155aad393b773e5a --- diff --git a/config.h b/config.h index 1fe90de..33fe59d 100644 --- a/config.h +++ b/config.h @@ -63,7 +63,7 @@ #define HAVE_DUP2 1 /* Define to 1 if you have the header file. */ -//#define HAVE_ENDIAN_H 1 +#define HAVE_ENDIAN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_ERRNO_H 1 -- cgit