sys/user.h may need stdint.h

This commit is contained in:
Rich Felker 2011-09-23 14:24:57 -04:00
parent d5bde7babb
commit 1587224ed6
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ extern "C" {
#endif
#include <limits.h>
#include <stdint.h>
#include <unistd.h>
#include <bits/user.h>