diff --git a/ggml.c b/ggml.c index 613a765e9..227f471dc 100644 --- a/ggml.c +++ b/ggml.c @@ -23,7 +23,7 @@ #include #include #include -#if defined(__GLIBC__) +#if defined(__gnu_linux__) #include #endif