summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/framebuffer.c
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-09-12 15:56:30 -0700
committerDylan Baker <[email protected]>2020-04-21 11:09:03 -0700
commitb85775900d084e3d27f269c3bd336b9aa356b98d (patch)
tree3bec5036b41b03041227d9b82a00dac82ed8fa25 /src/mesa/main/framebuffer.c
parent9ee6e78a8716eed09a088dad2d6153373423a565 (diff)
replace malloc macros in imports.h with u_memory.h versions
Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Kristian H. Kristensen <[email protected]> Reviewed-by: Matt Turner <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3024>
Diffstat (limited to 'src/mesa/main/framebuffer.c')
-rw-r--r--src/mesa/main/framebuffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c
index 1cfc472c8fa..ae961689901 100644
--- a/src/mesa/main/framebuffer.c
+++ b/src/mesa/main/framebuffer.c
@@ -45,6 +45,7 @@
#include "texobj.h"
#include "glformats.h"
#include "state.h"
+#include "util/u_memory.h"