From: Johann Date: Mon, 7 Jan 2019 19:58:28 +0000 (-0800) Subject: vpx_clear_system_state: resolve missing declaration X-Git-Tag: v1.8.0~11^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=948e5169692be20d012a7ab2da2f1560d4216efe;p=libvpx vpx_clear_system_state: resolve missing declaration BUG=webm:1584 Change-Id: I0770fc97055b98cdf9ff7bd7a93ae3a5e19b8180 --- diff --git a/vpx_ports/emms_mmx.c b/vpx_ports/emms_mmx.c index 1b28809a3..f1036b98e 100644 --- a/vpx_ports/emms_mmx.c +++ b/vpx_ports/emms_mmx.c @@ -10,4 +10,6 @@ #include +#include "vpx_ports/system_state.h" + void vpx_clear_system_state() { _mm_empty(); }