diff options
Diffstat (limited to 'examples/idle.c')
-rw-r--r-- | examples/idle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/idle.c b/examples/idle.c index 57c366d1..2b155c68 100644 --- a/examples/idle.c +++ b/examples/idle.c @@ -6,8 +6,8 @@ #include <pthread.h> #include <wayland-client.h> #include <wayland-client-protocol.h> -#include <idle-client-protocol.h> #include <wlr/util/log.h> +#include "idle-client-protocol.h" static struct org_kde_kwin_idle *idle_manager = NULL; static struct wl_seat *seat = NULL; |