diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-12 13:08:04 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-12 13:22:00 +0300 |
commit | 200ee9c9b38ecc749e02b7d116e60057d42d7758 (patch) | |
tree | 30c0331ff6de923def38a84a1a12392ade84bff4 /contrib/libs/mimalloc/src | |
parent | 027c1b3b95dfc9c4bee4587be95118ec896a6903 (diff) | |
download | ydb-200ee9c9b38ecc749e02b7d116e60057d42d7758.tar.gz |
Disable BeOS / Haiku sysincls
Diffstat (limited to 'contrib/libs/mimalloc/src')
-rw-r--r-- | contrib/libs/mimalloc/src/stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/mimalloc/src/stats.c b/contrib/libs/mimalloc/src/stats.c index c94fbde9db..7358539aa5 100644 --- a/contrib/libs/mimalloc/src/stats.c +++ b/contrib/libs/mimalloc/src/stats.c @@ -489,7 +489,7 @@ static void mi_stat_process_info(mi_msecs_t* elapsed, mi_msecs_t* utime, mi_msec #endif #if defined(__HAIKU__) -#include <kernel/OS.h> +#error #include <kernel/OS.h> #endif static mi_msecs_t timeval_secs(const struct timeval* tv) { |