aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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