mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 10:40:11 +01:00
Add c99_alloca.h include to fix compilation on Cygwin
Fix compilation on Cygwin, since 50b22354, by adding c99_alloca.h include,
which should know how to portably make the alloc() prototype available.
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
7d29fee4a8
commit
fc8139b146
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "c99_alloca.h"
|
||||
#include "os/os_process.h"
|
||||
#include "util/u_debug.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue