OSDN Git Service

fft-test: add a missing #include
authorAnton Khirnov <anton@khirnov.net>
Sat, 26 Oct 2013 07:11:22 +0000 (09:11 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sat, 26 Oct 2013 07:11:22 +0000 (09:11 +0200)
stdio.h needed for printf since 7177df90a043bd59e172843fc7cb9e767080ea12

libavcodec/fft-test.c

index ff5a126..7e923d5 100644 (file)
@@ -37,6 +37,7 @@
 #if HAVE_UNISTD_H
 #include <unistd.h>
 #endif
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>