Module: libav Branch: master Commit: 834259528b6cf593bf9544e3183b84b9b7880641
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Sat Oct 26 09:11:22 2013 +0200 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 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> _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
