kodi: add PR6950

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-04-14 15:28:44 +02:00
parent 789b3d9b0d
commit ff2221b5a5

View File

@ -0,0 +1,24 @@
From a9e7df39e3755b9e0dcc66abb832bac386ef1a31 Mon Sep 17 00:00:00 2001
From: Stephan Raue <stephan@openelec.tv>
Date: Tue, 14 Apr 2015 15:19:59 +0200
Subject: [PATCH] [IMX] EGLNativeTypeIMX.h: include EGL/egl.h to fix build
after
https://github.com/xbmc/xbmc/commit/c3116fdfd515b674242a44d0b0eadbe423ec5794
---
xbmc/windowing/egl/EGLNativeTypeIMX.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xbmc/windowing/egl/EGLNativeTypeIMX.h b/xbmc/windowing/egl/EGLNativeTypeIMX.h
index 0298cb5..beff4f5 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