Include limits.h for ancient Android NDKs. Sigh.
This commit is contained in:
parent
729d80a1ac
commit
b862bf0267
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
#if !defined(__clang__) && !defined(__GNUC__)
|
#if !defined(__clang__) && !defined(__GNUC__)
|
||||||
# ifdef __attribute__
|
# ifdef __attribute__
|
||||||
|
Loading…
Reference in New Issue
Block a user