From 42dcbcd61f5373372e7408e4523d67d2a22fe7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Thu, 4 Jun 2020 10:41:13 +0200 Subject: [PATCH] video-hdr: fix memset warning Fix warning on fedora arm64 target Part-of: --- gst-libs/gst/video/video-hdr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/video/video-hdr.c b/gst-libs/gst/video/video-hdr.c index 32645959b6..41c3131d1f 100644 --- a/gst-libs/gst/video/video-hdr.c +++ b/gst-libs/gst/video/video-hdr.c @@ -21,6 +21,8 @@ # include "config.h" #endif +#include + #include "video-hdr.h" #define N_ELEMENT_MASTERING_DISPLAY_INFO 10