1
0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2024-09-04 04:49:39 +02:00

fix X11 include leak (#136)

This fixes the build on OpenBSD.
This commit is contained in:
guijan 2022-05-06 04:58:53 +00:00 committed by GitHub
parent cdf0216136
commit 3f7526ba12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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