aboutsummaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/scancode_wx2sdl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/scancode_wx2sdl.h b/src/wx/scancode_wx2sdl.h
index db015d5..37a4296 100644
--- a/src/wx/scancode_wx2sdl.h
+++ b/src/wx/scancode_wx2sdl.h
@@ -52,6 +52,7 @@ static const SDL_Scancode windows_scancode_table[] =
};
#endif
#ifdef __WXGTK__
+#include <gdk/gdkx.h>
static const struct {
int keysym;
SDL_Scancode scancode;