Skip to content

Commit

Permalink
Fixed bug 3010 - SDL_x11messagebox.c needs including X11/keysym.h
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
slouken committed Jun 13, 2015
1 parent 8b737fa commit 9cf47d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/x11/SDL_x11messagebox.c
Expand Up @@ -28,6 +28,7 @@
#include "SDL_x11dyn.h"
#include "SDL_assert.h"

#include <X11/keysym.h>
#include <locale.h>


Expand Down

0 comments on commit 9cf47d2

Please sign in to comment.