overlaycomposition: Fix implicit use of memset
authorJohan Bjäreholt <johanbj@axis.com>
Mon, 29 Oct 2018 08:18:35 +0000 (09:18 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 29 Oct 2018 13:12:30 +0000 (13:12 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=797353

gst/overlaycomposition/gstoverlaycomposition.c

index 48f39c1..a3c76f7 100644 (file)
 #include "config.h"
 #endif
 
+#include <string.h>
+
 #include "gstoverlaycomposition.h"
 
 GST_DEBUG_CATEGORY_STATIC (gst_overlay_composition_debug);