diff options
Diffstat (limited to 'examples/compositor')
-rw-r--r-- | examples/compositor/xdg_shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/compositor/xdg_shell.c b/examples/compositor/xdg_shell.c index 3eaad449..5130bce6 100644 --- a/examples/compositor/xdg_shell.c +++ b/examples/compositor/xdg_shell.c @@ -3,7 +3,7 @@ #include <wlr/util/log.h> #include <stdlib.h> #include "compositor.h" -#include "compositor/protocols/xdg-shell.h" +#include "xdg-shell-unstable-v6-protocol.h" static void resource_destructor(struct wl_client *client, struct wl_resource *resource) { |