mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
#include <errno.h>
|
||||
#include <stddef.h>
|
||||
#include <sys/param.h>
|
||||
#include <stdint.h>
|
||||
#if __WORDSIZE == 64
|
||||
/* Hide the preadv64 declaration. */
|
||||
# define preadv64 __redirect_preadv64
|
||||
|
Reference in New Issue
Block a user