diff --git a/otherarch/ggml_v1.c b/otherarch/ggml_v1.c index 7257e4a1f..f4e2d82ae 100644 --- a/otherarch/ggml_v1.c +++ b/otherarch/ggml_v1.c @@ -2,7 +2,7 @@ #if defined(_MSC_VER) || defined(__MINGW32__) #include // using malloc.h with MSC/MINGW -#elif !defined(__FreeBSD__) +#elif !defined(__FreeBSD__) && !defined(__OpenBSD__) #include #endif