From 0fbd740a37e6710bd6486b24c3d0ce37d1adc9fc Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 14 Jun 2004 02:32:41 +0000 Subject: [PATCH] fix linux compile --- stepmania/src/SDL_utils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/SDL_utils.cpp b/stepmania/src/SDL_utils.cpp index 4b61d5cf57..c1ccfe216c 100644 --- a/stepmania/src/SDL_utils.cpp +++ b/stepmania/src/SDL_utils.cpp @@ -9,6 +9,7 @@ #include "RageUtil.h" #include "RageSurface.h" #include "RageSurfaceUtils.h" +#include /* Pull in all of our SDL libraries here. */ #ifdef _XBOX