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/bsd/sys/mman.h | |
parent | 56610cf496a124108701181163492b8961db924d (diff) |
misc header improvements for building llvm
Diffstat (limited to 'system/include/bsd/sys/mman.h')
-rw-r--r-- | system/include/bsd/sys/mman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/bsd/sys/mman.h b/system/include/bsd/sys/mman.h index d99d7711..cf0d7582 100644 --- a/system/include/bsd/sys/mman.h +++ b/system/include/bsd/sys/mman.h @@ -37,6 +37,8 @@ #ifndef _SYS_MMAN_H_ #define _SYS_MMAN_H_ +#include <stddef.h> /* XXX Emscripten for size_t */ + /* XXX Emscripten #include <sys/_posix.h> */ /* |