[FFmpeg-cvslog] fft-test: add a missing #include
Anton Khirnov
git at videolan.org
Sat Oct 26 22:04:53 CEST 2013
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Oct 26 09:11:22 2013 +0200| [834259528b6cf593bf9544e3183b84b9b7880641] | committer: Anton Khirnov
fft-test: add a missing #include
stdio.h needed for printf since 7177df90a043bd59e172843fc7cb9e767080ea12
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=834259528b6cf593bf9544e3183b84b9b7880641
---
libavcodec/fft-test.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c
index ff5a126..7e923d5 100644
--- a/libavcodec/fft-test.c
+++ b/libavcodec/fft-test.c
@@ -37,6 +37,7 @@
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
More information about the ffmpeg-cvslog
mailing list