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
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