summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2015-12-14 18:15:42 +1100
committerMatthew Waters <matthew@centricular.com>2015-12-14 18:15:42 +1100
commita07a3501835e17b573d8a8255c3bc30cbc5aff8e (patch)
treec13bab436ef45f48d7adb86dc4e5ecb5ed2aeaa3 /tests
parent359d0a31ee8d461df2ca7797c736866bc4b8fac9 (diff)
downloadgstreamer-plugins-bad-a07a3501835e17b573d8a8255c3bc30cbc5aff8e.tar.gz
tests/glmemory: include the generic gl header
Including gstglmemory.h directly results in the compiler complaining about incomplete types.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/libs/gstglmemory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/libs/gstglmemory.c b/tests/check/libs/gstglmemory.c
index 11903fa37..f9796b100 100644
--- a/tests/check/libs/gstglmemory.c
+++ b/tests/check/libs/gstglmemory.c
@@ -26,7 +26,7 @@
#include <gst/check/gstcheck.h>
-#include <gst/gl/gstglmemory.h>
+#include <gst/gl/gl.h>
#include <stdio.h>