diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-04 08:37:16 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-04 08:37:16 -0800 |
commit | 0086d64c19c523b949589a86398fda85481ddd4a (patch) | |
tree | 802a8a0e322741dbae3720ce48fc18bda00177b1 /system/include/libc/sys/dirent.h | |
parent | 56610cf496a124108701181163492b8961db924d (diff) |
misc header improvements for building llvm
Diffstat (limited to 'system/include/libc/sys/dirent.h')
-rw-r--r-- | system/include/libc/sys/dirent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/libc/sys/dirent.h b/system/include/libc/sys/dirent.h index edcc5746..da0eb4ac 100644 --- a/system/include/libc/sys/dirent.h +++ b/system/include/libc/sys/dirent.h @@ -9,6 +9,7 @@ extern "C" { #endif /* XXX Emscripten */ +#include <sys/types.h> struct dirent { ino_t d_ino; char d_name[MAXNAMLEN]; |