diff --git a/src/main.c b/src/main.c index 3894715..7eb83f5 100644 --- a/src/main.c +++ b/src/main.c @@ -12,6 +12,10 @@ #include "sysdeps.h" #include +#if defined(GEKKO) +# include +#endif + #include "options.h" #include "threaddep/thread.h" #include "uae.h" @@ -48,10 +52,6 @@ #include "SDL.h" #endif -#if defined(GEKKO) -# include -#endif - #ifdef WIN32 //FIXME: This shouldn't be necessary #include "windows.h"