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
No known key found for this signature in database
GPG Key ID: 9F1927DAAC7F9DCD
1 changed files with 2 additions and 0 deletions

View File

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