fft-test: add a missing #include

stdio.h needed for printf since 7177df90a0
pull/43/head
Anton Khirnov 11 years ago
parent b284e1ffe3
commit 834259528b
  1. 1
      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>

Loading…
Cancel
Save