diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-08-05 19:49:34 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-08-06 15:53:41 +1200 |
commit | 2f8b5c4448a5df9eda773ece10f4e20195679eaa (patch) | |
tree | a033548b849c47438e8634540ee1dd911ea2ae57 /examples | |
parent | dd7a3492958d2e97de185abf2539b78131cab548 (diff) |
More cleanups
Diffstat (limited to 'examples')
-rw-r--r-- | examples/shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shared.c b/examples/shared.c index c66b8a23..cebdb785 100644 --- a/examples/shared.c +++ b/examples/shared.c @@ -9,7 +9,7 @@ #include <wayland-server-protocol.h> #include <wlr/backend.h> #include <wlr/backend/session.h> -#include <wlr/backend/multi.h> +#include <wlr/backend/multi.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_input_device.h> #include <wlr/util/log.h> |