diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-17 19:12:09 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-17 19:12:09 -0800 |
commit | 2c41ebb1e650f127953898276a09738033825840 (patch) | |
tree | 455a9e7461b6e778eb74724df44e040b883bbdec | |
parent | 8aeacb662b8c03afb635ddbf4945f4269e11b9da (diff) |
headers fix; libcxx now builds
-rw-r--r-- | system/include/libc/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/time.h b/system/include/libc/time.h index 3f167556..83993942 100644 --- a/system/include/libc/time.h +++ b/system/include/libc/time.h @@ -229,7 +229,7 @@ extern "C" { #endif -#if defined(_POSIX_MONOTONIC_CLOCK) +#if defined(_POSIX_MONOTONIC_CLOCK) || defined(EMSCRIPTEN) /* The identifier for the system-wide monotonic clock, which is defined * as a clock whose value cannot be set via clock_settime() and which |