From 834259528b6cf593bf9544e3183b84b9b7880641 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 26 Oct 2013 09:11:22 +0200 Subject: [PATCH] fft-test: add a missing #include stdio.h needed for printf since 7177df90a043bd59e172843fc7cb9e767080ea12 --- libavcodec/fft-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c index ff5a126e5f..7e923d52ad 100644 --- a/libavcodec/fft-test.c +++ b/libavcodec/fft-test.c @@ -37,6 +37,7 @@ #if HAVE_UNISTD_H #include #endif +#include #include #include