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