diff options
author | Stephan Raue <stephan@openelec.tv> | 2015-04-14 15:19:59 +0200 |
---|---|---|
committer | Stephan Raue <stephan@openelec.tv> | 2015-04-14 15:19:59 +0200 |
commit | a9e7df39e3755b9e0dcc66abb832bac386ef1a31 (patch) | |
tree | 15068bc40b40d86f5834505fa60a53fff94cf277 | |
parent | 6def365ddeb10fa9ef0b50df2862c0001b794932 (diff) |
[IMX] EGLNativeTypeIMX.h: include EGL/egl.h to fix build after https://github.com/xbmc/xbmc/commit/c3116fdfd515b674242a44d0b0eadbe423ec5794
-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 |