Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-10-26 23:59:00 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-10-26 23:59:24 +0400
commitc78a4169855861a8ac36192f15c456a357a526d6 (patch)
tree68fd2804f23b0a794720774d15ca0a5ac3226a63 /libavcodec/fft-test.c
parent3fcc2684e49bbaa5a92a768f7649584e1d982f9f (diff)
parent834259528b6cf593bf9544e3183b84b9b7880641 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: fft-test: add a missing #include Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/fft-test.c')
-rw-r--r--libavcodec/fft-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c
index 44c733aa94..d650a10844 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>