From 65ffc0b1ed047f20ed32ff4766415da13067bb12 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 11 May 2016 22:03:03 +0200 Subject: [PATCH] avutil/float_dsp-test: Add include config.h for HAVE_* Signed-off-by: Michael Niedermayer --- libavutil/float_dsp-test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavutil/float_dsp-test.c b/libavutil/float_dsp-test.c index 2603ee565d..9963efb32c 100644 --- a/libavutil/float_dsp-test.c +++ b/libavutil/float_dsp-test.c @@ -16,6 +16,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "config.h" + #include #include #include