Fix use of alloca() without #include <c99_alloca.h>
authorJon Turney <jon.turney@dronecode.org.uk>
Wed, 13 Dec 2017 19:49:07 +0000 (19:49 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Tue, 9 Jan 2018 22:07:52 +0000 (22:07 +0000)
commitadfb9c5c7bf062fd56273b4538fef353ddd6f43d
treed600b73853b18096477bc95553df7817d2af1315
parent28c2d0d80b2ba15cc56651c0d3e6bc6eb31f9594
Fix use of alloca() without #include <c99_alloca.h>

../../../src/mesa/main/shaderapi.c: In function ‘_mesa_ShaderBinary’:
../../../src/mesa/main/shaderapi.c:2188:9: error: implicit declaration of function ‘alloca’ [-Werror=implicit-function-declaration]
src/mesa/main/shaderapi.c