From 5958b0bd320c77c52ab9904f99a7865bb74caa27 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 10 Jul 2018 09:42:47 -0400 Subject: [PATCH] glvideomixer: Add missing string.h include --- ext/gl/gstglvideomixer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/gl/gstglvideomixer.c b/ext/gl/gstglvideomixer.c index 6cb5c743bb..6a068b17c2 100644 --- a/ext/gl/gstglvideomixer.c +++ b/ext/gl/gstglvideomixer.c @@ -43,6 +43,7 @@ #include "config.h" #endif +#include #include #include #include