diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-07-11 00:20:31 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-07-11 00:28:56 +1200 |
commit | 924bf0f669cde20b414cd9f12e72750ca5fdbbaf (patch) | |
tree | eedb833983f05b26f09236c7a9bd74d908d3a354 /examples/compositor/main.c | |
parent | 8189c64d7f07a756abf5a6189719f02b2f1af967 (diff) |
Changed build system to meson
Diffstat (limited to 'examples/compositor/main.c')
-rw-r--r-- | examples/compositor/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/compositor/main.c b/examples/compositor/main.c index 6a689669..d59ef7a8 100644 --- a/examples/compositor/main.c +++ b/examples/compositor/main.c @@ -11,8 +11,8 @@ #include <wlr/render/gles2.h> #include <wlr/types/wlr_output.h> #include <xkbcommon/xkbcommon.h> -#include "shared.h" -#include "compositor.h" +#include "../shared.h" +#include "../compositor.h" struct sample_state { struct wlr_renderer *renderer; |