diff options
author | Stephan Raue <stephan@openelec.tv> | 2015-04-14 17:50:53 +0200 |
---|---|---|
committer | Stephan Raue <stephan@openelec.tv> | 2015-04-14 17:50:53 +0200 |
commit | f5d06edf2de8fac7e4910774e577b6b639369af3 (patch) | |
tree | cceff56d6a9c2f3d8ced769c19a338b75691f7b8 | |
parent | a249e889cd1af8883424b6873f23b684cde41de4 (diff) | |
parent | a9e7df39e3755b9e0dcc66abb832bac386ef1a31 (diff) |
Merge pull request #6950 from OpenELEC/imx6-fixes
[IMX] EGLNativeTypeIMX.h: include EGL/egl.h to fix build
-rw-r--r-- | xbmc/windowing/egl/EGLNativeTypeIMX.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/windowing/egl/EGLNativeTypeIMX.h b/xbmc/windowing/egl/EGLNativeTypeIMX.h index 0298cb53cb..beff4f5cbc 100644 --- a/xbmc/windowing/egl/EGLNativeTypeIMX.h +++ b/xbmc/windowing/egl/EGLNativeTypeIMX.h @@ -20,6 +20,8 @@ * */ #include <linux/fb.h> + +#include <EGL/egl.h> #include "EGLNativeType.h" class CEGLNativeTypeIMX : public CEGLNativeType |