diff options
author | Dylan Baker <[email protected]> | 2018-09-12 15:56:30 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2020-04-21 11:09:03 -0700 |
commit | b85775900d084e3d27f269c3bd336b9aa356b98d (patch) | |
tree | 3bec5036b41b03041227d9b82a00dac82ed8fa25 /src/mesa/vbo/vbo_context.c | |
parent | 9ee6e78a8716eed09a088dad2d6153373423a565 (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/vbo/vbo_context.c')
-rw-r--r-- | src/mesa/vbo/vbo_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/vbo/vbo_context.c b/src/mesa/vbo/vbo_context.c index ad23655e6f0..06786e13bdb 100644 --- a/src/mesa/vbo/vbo_context.c +++ b/src/mesa/vbo/vbo_context.c @@ -32,6 +32,7 @@ #include "main/api_arrayelt.h" #include "main/arrayobj.h" #include "main/varray.h" +#include "util/u_memory.h" #include "vbo.h" #include "vbo_private.h" |