diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-07-11 20:15:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-11 20:15:28 -0400 |
commit | 85805da021006697c85489c3e30717c2b807441c (patch) | |
tree | ae4a0221b8747579314262b59ff01bec2a32d3b8 /examples/compositor/wl_shell.c | |
parent | 8189c64d7f07a756abf5a6189719f02b2f1af967 (diff) | |
parent | e54b1eded4fc44e6f3d22af2f16d5e055dfd0045 (diff) |
Merge pull request #27 from ascent12/meson
[Proposal] Use the Meson build system
Diffstat (limited to 'examples/compositor/wl_shell.c')
-rw-r--r-- | examples/compositor/wl_shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/compositor/wl_shell.c b/examples/compositor/wl_shell.c index f2ec3c56..9067ef09 100644 --- a/examples/compositor/wl_shell.c +++ b/examples/compositor/wl_shell.c @@ -1,7 +1,7 @@ #include <assert.h> #include <wayland-server.h> #include <wlr/util/log.h> -#include "compositor.h" +#include "../compositor.h" void wl_shell_get_shell_surface(struct wl_client *client, struct wl_resource *resource, uint32_t id, |