We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8658af1 commit 3897730Copy full SHA for 3897730
1 file changed
otherarch/ggml_v1.c
@@ -2,7 +2,7 @@
2
3
#if defined(_MSC_VER) || defined(__MINGW32__)
4
#include <malloc.h> // using malloc.h with MSC/MINGW
5
-#elif !defined(__FreeBSD__)
+#elif !defined(__FreeBSD__) && !defined(__OpenBSD__)
6
#include <alloca.h>
7
#endif
8
0 commit comments