aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-03-19 16:49:59 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-03-19 16:49:59 -0700
commitaaa5e6acf9794a9ed78820f375c5c082e85c039a (patch)
treee41ef93e8b39d15741e65449eaeca720587ba1c9 /system/include/libc
parentaf8eab292037573e6c171e32a7f6611ace87ad47 (diff)
headers fix
Diffstat (limited to 'system/include/libc')
-rw-r--r--system/include/libc/sys/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/sys/types.h b/system/include/libc/sys/types.h
index ab6e895b..79506f3a 100644
--- a/system/include/libc/sys/types.h
+++ b/system/include/libc/sys/types.h
@@ -24,7 +24,7 @@
#include <machine/_types.h>
-#if defined(__rtems__) || defined(__XMK__)
+#if defined(__rtems__) || defined(__XMK__) || defined(EMSCRIPTEN)
/*
* The following section is RTEMS specific and is needed to more
* closely match the types defined in the BSD sys/types.h.