diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-07-08 09:38:42 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-07-08 09:38:42 +0000 |
| commit | 5fb15c65e4ecd62e6971d5a0bcc7d4ce819408a6 (patch) | |
| tree | d50598a77d42f7ebcdc2cdaf79bdc488592b9ed9 /src/plugins | |
| parent | 589a687243cf2d78f38cada1fef0a127ee373af0 (diff) | |
| download | qmmp-5fb15c65e4ecd62e6971d5a0bcc7d4ce819408a6.tar.gz qmmp-5fb15c65e4ecd62e6971d5a0bcc7d4ce819408a6.tar.bz2 qmmp-5fb15c65e4ecd62e6971d5a0bcc7d4ce819408a6.zip | |
fixed includes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8116 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/General/hotkey/hotkeymanager_x11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/hotkey/hotkeymanager_x11.cpp b/src/plugins/General/hotkey/hotkeymanager_x11.cpp index 9ee93a0cc..0e1fab263 100644 --- a/src/plugins/General/hotkey/hotkeymanager_x11.cpp +++ b/src/plugins/General/hotkey/hotkeymanager_x11.cpp @@ -36,7 +36,7 @@ extern "C" { #include <X11/keysym.h> #include <X11/XF86keysym.h> #include <X11/XKBlib.h> -#include <xcb/xcb_keysyms.h> +#include <xcb/xcb.h> } #undef CursorShape #undef Status |
