mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-22 02:29:17 +01:00
Prevent type problems
This commit is contained in:
parent
1b06de3502
commit
11eac4c27a
@ -12,6 +12,10 @@
|
||||
#include "sysdeps.h"
|
||||
#include <assert.h>
|
||||
|
||||
#if defined(GEKKO)
|
||||
# include <fat.h>
|
||||
#endif
|
||||
|
||||
#include "options.h"
|
||||
#include "threaddep/thread.h"
|
||||
#include "uae.h"
|
||||
@ -48,10 +52,6 @@
|
||||
#include "SDL.h"
|
||||
#endif
|
||||
|
||||
#if defined(GEKKO)
|
||||
# include <fat.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
//FIXME: This shouldn't be necessary
|
||||
#include "windows.h"
|
||||
|
Loading…
Reference in New Issue
Block a user