tests/glmemory: include the generic gl header
authorMatthew Waters <matthew@centricular.com>
Mon, 14 Dec 2015 07:15:42 +0000 (18:15 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:12 +0000 (19:32 +0000)
Including gstglmemory.h directly results in the compiler complaining
about incomplete types.

tests/check/libs/gstglmemory.c

index 11903fa..f9796b1 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <gst/check/gstcheck.h>
 
-#include <gst/gl/gstglmemory.h>
+#include <gst/gl/gl.h>
 
 #include <stdio.h>