mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-03 23:20:14 +02:00
fix X11 include leak
This fixes the build on OpenBSD.
This commit is contained in:
parent
cc06d35bc7
commit
f493c5f9ff
1 changed files with 2 additions and 0 deletions
|
@ -55,7 +55,9 @@
|
|||
|
||||
// SDL
|
||||
#include <SDL.h>
|
||||
#ifdef _WIN32
|
||||
#include <SDL_syswm.h>
|
||||
#endif
|
||||
#if defined(__APPLE__)
|
||||
#include <TargetConditionals.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue