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:
Jon Turney
2016-07-05 10:40:05 +01:00
parent 7d29fee4a8
commit fc8139b146

View File

@@ -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"