<limits.h> is required for SIZE_MAX. Fixes Android build.

This commit is contained in:
Frank Denis
2014-04-24 23:05:16 -07:00
parent 884eac37ce
commit 2e0497afa6
2 changed files with 2 additions and 0 deletions
@@ -29,6 +29,7 @@
*/
#include <errno.h>
#include <limits.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
@@ -35,6 +35,7 @@
#endif
#include <errno.h>
#include <limits.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>