<stdint.h> should expose SIZE_MAX.
Change-Id: Id27222c24955c83f29ad953933cbdc48b6f1e900
This commit is contained in:
parent
fc104f899d
commit
2c157aec9b
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include <stddef.h>
|
||||
#include <sys/_types.h>
|
||||
#include <machine/limits.h> /* For SIZE_MAX. */
|
||||
|
||||
#if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS)
|
||||
# define __STDINT_LIMITS
|
||||
|
|
Loading…
Reference in New Issue