testelg: include eglext.h

Neded for the declaration of eglSaneChooseConfigBRCM().
This commit is contained in:
Guillaume Desmottes 2018-05-18 10:53:34 +02:00 committed by Guillaume Desmottes
parent 7a964087d0
commit 9b68aaeeb5

View file

@ -66,6 +66,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#if defined (USE_OMX_TARGET_RPI)
#include <bcm_host.h>
#include <EGL/eglext.h>
#elif defined(HAVE_X11)
#include <X11/Xlib.h>
#include <X11/Xutil.h>