aboutsummaryrefslogtreecommitdiff
path: root/backend/wayland
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-10-21 14:48:58 +1300
committerScott Anderson <ascent12@hotmail.com>2017-10-22 10:36:07 +1300
commit9b984253e2b878128d2042836a8c86228700b1ee (patch)
tree55acb26536f2100e56bc9cfe7fce8213014a2748 /backend/wayland
parent1782d5e7b7dc5e494cfee72b758d5fa8114aecc8 (diff)
Move egl.h to render/egl.h
Diffstat (limited to 'backend/wayland')
-rw-r--r--backend/wayland/backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/wayland/backend.c b/backend/wayland/backend.c
index e57f3583..5018eeb0 100644
--- a/backend/wayland/backend.c
+++ b/backend/wayland/backend.c
@@ -4,7 +4,7 @@
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <wayland-server.h>
-#include <wlr/egl.h>
+#include <wlr/render/egl.h>
#include <wlr/backend/interface.h>
#include <wlr/interfaces/wlr_output.h>
#include <wlr/interfaces/wlr_input_device.h>