gl/shader/variables: include generic gl.h header

Otherwise we may miss some forward declarations

Fixes build error: undefined reference to GstGLSLStage
This commit is contained in:
Matthew Waters 2015-09-04 00:09:09 +10:00 committed by Tim-Philipp Müller
parent 332543f3cf
commit 18e205dcbb

View file

@ -24,7 +24,7 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <gst/gl/gstglshader.h>
#include <gst/gl/gl.h>
#define VALID_VARNAME_CHARS "abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_"