aboutsummaryrefslogtreecommitdiff
path: root/examples/shared.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-08-07 08:01:32 -0400
committerGitHub <noreply@github.com>2017-08-07 08:01:32 -0400
commitab063c3936ff8dd0ee34388cbd260dccc59661df (patch)
treed7ad82aa3e5b3dbdfa494a7b7751b4dbd7c7ad9c /examples/shared.c
parentf95c02eebe54785a4f64332f7e574dddff7e3669 (diff)
parentd09ca20a4dccd7696423fc9f17acc88b7b3a7986 (diff)
Merge pull request #44 from ascent12/drm
DRM plane support, refactoring, and other changes
Diffstat (limited to 'examples/shared.c')
-rw-r--r--examples/shared.c2
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>