glibc requires <stdint.h> for SIZE_MAX
This commit is contained in:
parent
3f272cbbfc
commit
eb84b00b75
@ -2,6 +2,7 @@
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user