From d2281935b36b8fe80824b92e6238dc5e4b4e315a Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 25 Sep 2015 16:02:15 +0200 Subject: vo_rpi, wayland: fix build Broken by commit d47dff3f. If something is going to include EGL.h, header_fixes.h has to know. This definitely affected vo_rpi, and probably affects wayland builds (with x11egl didabled) as well. --- video/out/opengl/rpi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video') diff --git a/video/out/opengl/rpi.h b/video/out/opengl/rpi.h index e00762b632..5ce893e9e3 100644 --- a/video/out/opengl/rpi.h +++ b/video/out/opengl/rpi.h @@ -1,6 +1,6 @@ #include -#include -#include + +#include "common.h" struct mp_egl_rpi { struct mp_log *log; -- cgit v1.2.3