Add include for missing symbols

Fixes: https://gitlab.freedesktop.org/wayland/weston/issues/303
This commit is contained in:
Eero Tamminen 2019-11-13 11:34:30 +00:00 committed by Pekka Paalanen
parent 7aab746b3a
commit 58e99de1a8

View file

@ -28,6 +28,7 @@
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include "shared/weston-egl-ext.h" /* for PFN* stuff */
struct gl_shader {
GLuint program;