From: Sil Vilerino Date: Mon, 27 Mar 2023 20:29:32 +0000 (-0400) Subject: nir: Fix use of alloca() without #include c99_alloca.h X-Git-Tag: upstream/23.3.3~10896 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d0221a574e5a398052dd7340eebd1bcc02ba6e9;p=platform%2Fupstream%2Fmesa.git nir: Fix use of alloca() without #include c99_alloca.h Reviewed-by: Jesse Natalie Part-of: --- diff --git a/src/compiler/nir/nir_range_analysis.c b/src/compiler/nir/nir_range_analysis.c index 532335c..c85530e 100644 --- a/src/compiler/nir/nir_range_analysis.c +++ b/src/compiler/nir/nir_range_analysis.c @@ -27,6 +27,7 @@ #include "util/hash_table.h" #include "util/u_math.h" #include "util/u_dynarray.h" +#include "c99_alloca.h" /** * Analyzes a sequence of operations to determine some aspects of the range of