diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-12 13:08:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@ydb.tech> | 2024-02-14 14:26:25 +0000 |
commit | 0186100cad6976f1096f4e7de1ba2dcc08b2cd32 (patch) | |
tree | b380a593cbcf8450e00092b0e56f270567491d69 /contrib/libs/mimalloc/src | |
parent | 931b87532467d2cb4605c80a2da40f748d442938 (diff) | |
download | ydb-0186100cad6976f1096f4e7de1ba2dcc08b2cd32.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) { |