Prevent type problems

This commit is contained in:
simon.kagstrom 2009-05-10 12:40:28 +00:00
parent 1b06de3502
commit 11eac4c27a

View File

@ -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"