Include <limits.h> for SIZE_MAX on Android

This commit is contained in:
Andrew Bettison 2013-12-11 14:34:34 +10:30
parent 54bebb1ebd
commit 81f641b1fe

View File

@ -76,7 +76,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <sys/types.h>
#include <stdint.h>
#include <stdint.h> // for SIZE_MAX on Debian/Unbuntu/...
#include <limits.h> // for SIZE_MAX on Android
#include <stdio.h>
#include <string.h>
#include <stdarg.h>