From d1b28ec812248b337fd53f9478c36234f44c71f3 Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Thu, 15 Feb 2018 07:17:02 +0100 Subject: wayland protocol headers: use double-quote for includes These headers are not installed so we should look for these locally --- examples/idle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/idle.c') 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 #include #include -#include #include +#include "idle-client-protocol.h" static struct org_kde_kwin_idle *idle_manager = NULL; static struct wl_seat *seat = NULL; -- cgit v1.2.3