diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-10-26 21:59:00 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-26 21:59:24 +0200 |
commit | c78a4169855861a8ac36192f15c456a357a526d6 (patch) | |
tree | 68fd2804f23b0a794720774d15ca0a5ac3226a63 | |
parent | 3fcc2684e49bbaa5a92a768f7649584e1d982f9f (diff) | |
parent | 834259528b6cf593bf9544e3183b84b9b7880641 (diff) | |
download | ffmpeg-c78a4169855861a8ac36192f15c456a357a526d6.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fft-test: add a missing #include
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/fft-test.c | 1 |
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> |