summaryrefslogtreecommitdiffstats
path: root/libavcodec/fft-test.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-10-26 21:59:00 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-10-26 21:59:24 +0200
commitc78a4169855861a8ac36192f15c456a357a526d6 (patch)
tree68fd2804f23b0a794720774d15ca0a5ac3226a63 /libavcodec/fft-test.c
parent3fcc2684e49bbaa5a92a768f7649584e1d982f9f (diff)
parent834259528b6cf593bf9544e3183b84b9b7880641 (diff)
downloadffmpeg-streaming-c78a4169855861a8ac36192f15c456a357a526d6.zip
ffmpeg-streaming-c78a4169855861a8ac36192f15c456a357a526d6.tar.gz
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 44c733a..d650a10 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>
OpenPOWER on IntegriCloud