diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-18 13:30:09 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-18 13:30:09 -0800 |
commit | 8069c3cd2ab0968f76421459cd8ccca430f8ddaa (patch) | |
tree | cb5c281bcb7f2ed4cf2144d78437f647d2a0fce1 /system/include/bsd | |
parent | 4d2b97a3473c6f7d94fe048558b662011e7d5e56 (diff) |
mman.h header fix
Diffstat (limited to 'system/include/bsd')
-rw-r--r-- | system/include/bsd/sys/mman.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/bsd/sys/mman.h b/system/include/bsd/sys/mman.h index cf0d7582..3c92c289 100644 --- a/system/include/bsd/sys/mman.h +++ b/system/include/bsd/sys/mman.h @@ -38,6 +38,7 @@ #define _SYS_MMAN_H_ #include <stddef.h> /* XXX Emscripten for size_t */ +#include <sys/types.h> /* XXX Emscripten for C++ compilation, not just C */ /* XXX Emscripten #include <sys/_posix.h> */ |