diff options
Diffstat (limited to 'libc/sysdeps/linux/common/statfix.h')
-rw-r--r-- | libc/sysdeps/linux/common/statfix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/statfix.h b/libc/sysdeps/linux/common/statfix.h index 6dad72dc4..eaf623b0e 100644 --- a/libc/sysdeps/linux/common/statfix.h +++ b/libc/sysdeps/linux/common/statfix.h @@ -1,6 +1,8 @@ #ifndef STATFIX_H #define STATFIX_H +#include <sys/types.h> + /* Pull in whatever this particular arch's kernel thinks the kernel version of * struct stat should look like. It turns out that each arch has a different * opinion on the subject, and different kernel revs use different names... */ |