Skip to content
Snippets Groups Projects
Commit 95dee515 authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon:
Browse files

vulkan/util: Include stdlib.h


It's needed for malloc() which is used by STACK_ARRAY

Fixes: f695171e ("vulkan: add common entrypoints for sparse image requirements/properties")
Reviewed-by: default avatarLionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: default avatarBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <!13427>
parent 8134feb9
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
#include "util/bitscan.h"
#include "util/macros.h"
#include "compiler/shader_enums.h"
#include <stdlib.h>
#include <string.h>
#ifdef __cplusplus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment