aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/fft-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/fft-test.c')
-rw-r--r--libavcodec/fft-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c
index 55bcd8a188..98a38e1f95 100644
--- a/libavcodec/fft-test.c
+++ b/libavcodec/fft-test.c
@@ -1,7 +1,7 @@
/* FFT and MDCT tests */
#include "dsputil.h"
#include <math.h>
-#include <getopt.h>
+#include <unistd.h>
#include <sys/time.h>
int mm_flags;