mesa/main: Correct alloca() use without #include "c99_alloca.h"

Fixes: d231f95591 ("mesa: add hw select name stack code path")

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17073>
This commit is contained in:
Ken Johnson 2022-06-15 19:29:19 -07:00 committed by Marge Bot
parent 45267d5181
commit 2866ae32da
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include "glheader.h"
#include "c99_alloca.h"
#include "context.h"
#include "enums.h"
#include "feedback.h"