aboutsummaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-03-29 19:00:51 +0200
committerStapleButter <thetotalworm@gmail.com>2017-03-29 19:00:51 +0200
commit6bf0bf39245aff638dde593deb633a0de2dd3fdd (patch)
tree411def093b29148dba9afed5f09dbddfdbb31953 /src/wx
parent4e7dc60d37ddb3f0fb6df1556f7afe4d1a5df679 (diff)
blarg
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;