Include limits.h for ancient Android NDKs. Sigh.

This commit is contained in:
Frank Denis 2018-01-19 16:46:46 +01:00
parent 729d80a1ac
commit b862bf0267

View File

@ -4,6 +4,7 @@
#include <stddef.h>
#include <stdint.h>
#include <limits.h>
#if !defined(__clang__) && !defined(__GNUC__)
# ifdef __attribute__