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