Commit 83425952 authored by Anton Khirnov's avatar Anton Khirnov

fft-test: add a missing #include

stdio.h needed for printf since 7177df90
parent b284e1ff
......@@ -37,6 +37,7 @@
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment