From: Konstantinos Margaritis Date: Sat, 24 Sep 2022 19:56:09 +0000 (+0000) Subject: add header X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b070158eb86c3a300623e9597d06abcd279ca9c7;p=openpower-isa.git add header --- diff --git a/media/video/libvpx/variancefuncs_svp64.c b/media/video/libvpx/variancefuncs_svp64.c index 1dab2b87..7547c632 100644 --- a/media/video/libvpx/variancefuncs_svp64.c +++ b/media/video/libvpx/variancefuncs_svp64.c @@ -10,6 +10,8 @@ #include +#include "variance_svp64_wrappers.h" + #define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(n))) #define ROUND_POWER_OF_TWO(value, n) (((value) + (1 << ((n)-1))) >> (n))