fix build with GP2XCROSS

This commit is contained in:
Thomas Bernard
2019-02-09 15:46:33 +01:00
parent fe5a9c3278
commit e278d0551c
3 changed files with 7 additions and 1 deletions

View File

@@ -24,8 +24,10 @@
#include <string.h>
#if defined(USE_SDL) || defined(USE_SDL2)
#include <SDL.h>
#if (defined(SDL_VIDEO_DRIVER_X11) && !defined(NO_X11)) || defined(__WIN32__)
#include <SDL_syswm.h>
#endif
#endif
#ifdef WIN32
#include <windows.h>