But we might be compiling without SDL!

This commit is contained in:
Ben Anderson
2005-03-13 21:54:29 +00:00
parent 34a45fb089
commit c551a686ac
+2
View File
@@ -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"