commit | 9d4f030c0b35327efcd2f31ea6af2dc889d2bf7e | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniel@fooishbar.org> | Wed Feb 15 16:33:21 2012 +0000 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Feb 16 23:19:40 2012 -0500 |
tree | 1f319cbaf0decf4e50eadd59942166cdf3822631 | |
parent | b29f412eb852c74f4b9737c38bfa6595a272156f [diff] [blame] |
window: Use new xkbcommon include path xkbcommon in current git has moved its include files. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
diff --git a/clients/window.h b/clients/window.h index fd6e57b..301c86e 100644 --- a/clients/window.h +++ b/clients/window.h
@@ -23,7 +23,7 @@ #ifndef _WINDOW_H_ #define _WINDOW_H_ -#include <X11/extensions/XKBcommon.h> +#include <xkbcommon/xkbcommon.h> #include <glib.h> #include <wayland-client.h> #include <cairo.h>