diff --git a/h_malloc.c b/h_malloc.c index 8d76aad..62522af 100644 --- a/h_malloc.c +++ b/h_malloc.c @@ -6,8 +6,12 @@ #include #include #include -#if N_ARENA > 1 + +#if __has_include() #include +#else +// glibc < 2.28 +#define thread_local _Thread_local #endif #include