From ba03bc2cba80480c7d85c5b4906a108afb52f6c9 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Mon, 14 Dec 2015 18:15:42 +1100 Subject: [PATCH] tests/glmemory: include the generic gl header Including gstglmemory.h directly results in the compiler complaining about incomplete types. --- tests/check/libs/gstglmemory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/libs/gstglmemory.c b/tests/check/libs/gstglmemory.c index 11903fa37a..f9796b100e 100644 --- a/tests/check/libs/gstglmemory.c +++ b/tests/check/libs/gstglmemory.c @@ -26,7 +26,7 @@ #include -#include +#include #include