1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

fft-test: add a missing #include

stdio.h needed for printf since 7177df90a0
This commit is contained in:
Anton Khirnov 2013-10-26 09:11:22 +02:00
parent b284e1ffe3
commit 834259528b

View File

@ -37,6 +37,7 @@
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>