summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-06-04 20:13:59 +0200
committerwm4 <wm4@nowhere>2020-06-04 20:15:43 +0200
commitc1fc5354c3c15b46d77adf4d27d38b8b27fa9dfd (patch)
tree08f0cc297ebe40746c2ada4514747602ffcb6b93 /video/out/wayland_common.c
parent07b0c18bad6cb168191d390f10db998eb7201b67 (diff)
downloadmpv-c1fc5354c3c15b46d77adf4d27d38b8b27fa9dfd.tar.bz2
mpv-c1fc5354c3c15b46d77adf4d27d38b8b27fa9dfd.tar.xz
wayland: fix build
Broken by previous commit. I've split a commit incorrectly. Fixes: #7802
Diffstat (limited to 'video/out/wayland_common.c')
-rw-r--r--video/out/wayland_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c
index 6058c1e631..efb1a48ef5 100644
--- a/video/out/wayland_common.c
+++ b/video/out/wayland_common.c
@@ -34,10 +34,10 @@
#include "generated/wayland/xdg-shell.h"
// Generated from idle-inhibit-unstable-v1.xml
-#include "generated/wayland/idle-inhibit-v1.h"
+#include "generated/wayland/idle-inhibit-unstable-v1.h"
// Generated from xdg-decoration-unstable-v1.xml
-#include "generated/wayland/xdg-decoration-v1.h"
+#include "generated/wayland/xdg-decoration-unstable-v1.h"
// Generated from presentation-time.xml
#include "generated/wayland/presentation-time.h"