summaryrefslogtreecommitdiffstats
path: root/video/out/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl')
-rw-r--r--video/out/opengl/rpi.h4
1 files changed, 2 insertions, 2 deletions
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 <bcm_host.h>
-#include <EGL/egl.h>
-#include <EGL/eglext.h>
+
+#include "common.h"
struct mp_egl_rpi {
struct mp_log *log;