Add include for missing symbols
Fixes: https://gitlab.freedesktop.org/wayland/weston/issues/303
This commit is contained in:
committed by
Pekka Paalanen
parent
7aab746b3a
commit
58e99de1a8
@@ -28,6 +28,7 @@
|
|||||||
|
|
||||||
#include <GLES2/gl2.h>
|
#include <GLES2/gl2.h>
|
||||||
#include <GLES2/gl2ext.h>
|
#include <GLES2/gl2ext.h>
|
||||||
|
#include "shared/weston-egl-ext.h" /* for PFN* stuff */
|
||||||
|
|
||||||
struct gl_shader {
|
struct gl_shader {
|
||||||
GLuint program;
|
GLuint program;
|
||||||
|
|||||||
Reference in New Issue
Block a user