From a2db26309e1f9ef1543c7eac96a1d76ee4043ea3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 7 Aug 2004 02:10:21 +0000 Subject: [PATCH] alloca.h --- stepmania/src/RageSurface_Load_PNG.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/src/RageSurface_Load_PNG.cpp b/stepmania/src/RageSurface_Load_PNG.cpp index 1a0de4a2c8..c6bfed892e 100644 --- a/stepmania/src/RageSurface_Load_PNG.cpp +++ b/stepmania/src/RageSurface_Load_PNG.cpp @@ -16,7 +16,9 @@ #endif #if defined(_XBOX) -# include // for alloca +# include // for alloca +#elif !defined(WIN32) +# include #endif #ifndef png_jmpbuf