1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-04 07:20:15 +02:00

fix X11 include leak

This fixes the build on OpenBSD.
This commit is contained in:
Guilherme Janczak 2022-05-05 12:58:05 +00:00
parent cc06d35bc7
commit f493c5f9ff
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 9F1927DAAC7F9DCD

View file

@ -55,7 +55,9 @@
// SDL // SDL
#include <SDL.h> #include <SDL.h>
#ifdef _WIN32
#include <SDL_syswm.h> #include <SDL_syswm.h>
#endif
#if defined(__APPLE__) #if defined(__APPLE__)
#include <TargetConditionals.h> #include <TargetConditionals.h>
#endif #endif