From: Guillaume Desmottes Date: Fri, 18 May 2018 08:53:34 +0000 (+0200) Subject: testelg: include eglext.h X-Git-Tag: 1.19.3~501^2~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b68aaeeb5c80e2ebb9aeb638c13ca46c5676e14;p=platform%2Fupstream%2Fgstreamer.git testelg: include eglext.h Neded for the declaration of eglSaneChooseConfigBRCM(). --- diff --git a/examples/egl/testegl.c b/examples/egl/testegl.c index 4c952ca..615a8fe 100644 --- a/examples/egl/testegl.c +++ b/examples/egl/testegl.c @@ -66,6 +66,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #if defined (USE_OMX_TARGET_RPI) #include +#include #elif defined(HAVE_X11) #include #include