Fixed bug 3010 - SDL_x11messagebox.c needs including X11/keysym.h

Ozkan Sezer

SDL_x11messagebox.c needs including <X11/keysym.h> otherwise XK_Escape,
etc might not be available to it. Seen this with x.org-x11-6.8.2.
main
Sam Lantinga 2015-06-13 13:34:30 -07:00
parent 8b737fa8f6
commit 9cf47d2f0d
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include "SDL_x11dyn.h" #include "SDL_x11dyn.h"
#include "SDL_assert.h" #include "SDL_assert.h"
#include <X11/keysym.h>
#include <locale.h> #include <locale.h>