From 9620edc49e2174a00d7980e38e2fc17f2cb6936c Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 24 Aug 2017 01:18:40 +1000 Subject: [PATCH] gl/checks: fix build --- tests/check/libs/gstglcolorconvert.c | 1 + tests/check/libs/gstglcontext.c | 1 + tests/check/libs/gstglupload.c | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/check/libs/gstglcolorconvert.c b/tests/check/libs/gstglcolorconvert.c index 88289db9de..8553fe5e58 100644 --- a/tests/check/libs/gstglcolorconvert.c +++ b/tests/check/libs/gstglcolorconvert.c @@ -25,6 +25,7 @@ #include #include +#include #include diff --git a/tests/check/libs/gstglcontext.c b/tests/check/libs/gstglcontext.c index 7ea74bcc5e..37bac2ca57 100644 --- a/tests/check/libs/gstglcontext.c +++ b/tests/check/libs/gstglcontext.c @@ -25,6 +25,7 @@ #include #include +#include #include diff --git a/tests/check/libs/gstglupload.c b/tests/check/libs/gstglupload.c index 2cd78bcab5..94320b556a 100644 --- a/tests/check/libs/gstglupload.c +++ b/tests/check/libs/gstglupload.c @@ -23,6 +23,7 @@ #endif #include +#include #include