Fix Linux build

This commit is contained in:
Pierre Bourdon
2014-02-18 12:09:38 +01:00
parent 2afe215271
commit dc1db82f70
9 changed files with 24 additions and 10 deletions

View File

@ -17,7 +17,7 @@
#include "DolphinWX/WXInputBase.h"
#if defined(HAVE_X11) && HAVE_X11
#include "DolphinWX/X11InputBase.h"
#include "InputCommon/X11InputBase.h"
#include <X11/Xlib.h>
#include <X11/keysym.h>
#endif