From 16cc0ca0fe19f0b424b562b11fafa684f4c3f9c7 Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin <15944199+nekonomicon@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:45:30 +0500 Subject: [PATCH] ref: gl: gl2_shim: replace "malloc.h" header with ALLOCA_H macro. --- ref/gl/gl2_shim/gl2_shim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ref/gl/gl2_shim/gl2_shim.c b/ref/gl/gl2_shim/gl2_shim.c index 63b2c9e1..fe75eee5 100644 --- a/ref/gl/gl2_shim/gl2_shim.c +++ b/ref/gl/gl2_shim/gl2_shim.c @@ -34,7 +34,7 @@ Limitations: #include "gl_local.h" #ifndef XASH_GL_STATIC #include "gl2_shim.h" -#include +#include ALLOCA_H #define MAX_SHADERLEN 4096 // increase this when adding more attributes