aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-05-31 16:24:32 -0400
committerDrew DeVault <sir@cmpwn.com>2017-05-31 16:24:32 -0400
commite2ee67125e076af9be1f115051c680f6e3b69be5 (patch)
tree6031b58a5fa077829f07b86d05d54a461a724f27 /example
parentc7f6981d9cdbdb27c415071487ad7974e5b1a94a (diff)
s/wayland.h/types.h/g
Diffstat (limited to 'example')
-rw-r--r--example/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/main.c b/example/main.c
index 33e77f5e..ae602903 100644
--- a/example/main.c
+++ b/example/main.c
@@ -6,7 +6,7 @@
#include <GLES3/gl3.h>
#include <wlr/backend.h>
#include <wlr/session.h>
-#include <wlr/wayland.h>
+#include <wlr/types.h>
#include <wlr/common/list.h>
struct state {