diff options
Diffstat (limited to 'src/plugins/General')
| -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 |
