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

@@ -33,8 +33,11 @@
#include <windows.h> // for HWND
#endif
#if defined(USE_SDL) || defined(USE_SDL2)
#include <SDL.h>
#if defined(SDL_VIDEO_DRIVER_X11)
#include <SDL_syswm.h> // for Display, Window
#endif
#endif
#if defined(USE_X11)
#include <X11/Xlib.h> // for Display, Window
#endif