mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-04 15:40:25 +01:00
Add include for missing symbols
Fixes: https://gitlab.freedesktop.org/wayland/weston/issues/303
This commit is contained in:
parent
7aab746b3a
commit
58e99de1a8
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue