From fc8139b146d8be00b415edf60e91425b805d5b59 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Tue, 5 Jul 2016 10:40:05 +0100 Subject: [PATCH] Add c99_alloca.h include to fix compilation on Cygwin MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Marek Olšák --- src/gallium/drivers/ddebug/dd_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/ddebug/dd_util.h b/src/gallium/drivers/ddebug/dd_util.h index 3649644..4e1a945 100644 --- a/src/gallium/drivers/ddebug/dd_util.h +++ b/src/gallium/drivers/ddebug/dd_util.h @@ -33,6 +33,7 @@ #include #include +#include "c99_alloca.h" #include "os/os_process.h" #include "util/u_debug.h" -- 2.7.4