From c551a686aca30070ae78913c59a5304b786676cf Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Sun, 13 Mar 2005 21:54:29 +0000 Subject: [PATCH] But we might be compiling without SDL! --- stepmania/src/arch/arch_linux.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/arch/arch_linux.h b/stepmania/src/arch/arch_linux.h index 098fcdbc31..623728f3a9 100644 --- a/stepmania/src/arch/arch_linux.h +++ b/stepmania/src/arch/arch_linux.h @@ -15,7 +15,9 @@ #endif /* Load this even if we have GTK, since we can fall back if GTK is missing. */ +#ifdef HAVE_SDL #include "LoadingWindow/LoadingWindow_SDL.h" +#endif #include "ArchHooks/ArchHooks_Unix.h"