mirror of git://git.musl-libc.org/musl
sys/user.h may need stdint.h
This commit is contained in:
parent
d5bde7babb
commit
1587224ed6
|
@ -5,6 +5,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <bits/user.h>
|
||||
|
|
Loading…
Reference in New Issue