diff options
| author | nakeee <nakeee@gmail.com> | 2008-12-23 19:50:34 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2008-12-23 19:50:34 +0000 |
| commit | 42dc237d7ff134288a5b586af570f0cc5afc607d (patch) | |
| tree | 59cc6c64dfec2bd5ef6cf0ba3eb5f9a2f8279a58 /Source | |
| parent | e099bbc3bab7d8e9a9c604b6d7fdb89c7d1d8c5b (diff) | |
compile fix thanks olejl
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1642 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_VideoOGL/Src/GLUtil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.h b/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.h index 56aa484210..e788728186 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.h +++ b/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.h @@ -43,6 +43,7 @@ #elif defined(HAVE_X11) && HAVE_X11 #define I_NEED_OS2_H // HAXXOR #include <GL/glxew.h> +#include <X11/XKBlib.h> #elif defined(USE_SDL) && USE_SDL #include <GL/glew.h> #include <SDL.h> |
