aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Raue <stephan@openelec.tv>2015-04-14 15:19:59 +0200
committerStephan Raue <stephan@openelec.tv>2015-04-14 15:19:59 +0200
commita9e7df39e3755b9e0dcc66abb832bac386ef1a31 (patch)
tree15068bc40b40d86f5834505fa60a53fff94cf277
parent6def365ddeb10fa9ef0b50df2862c0001b794932 (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.h2
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