diff fft-test.c @ 980:0c32f81b42b2 libavcodec

suppressed getopt.h
author bellard
date Tue, 07 Jan 2003 23:49:40 +0000
parents d12d0c93d1e2
children b32afefe7d33
line wrap: on
line diff
--- a/fft-test.c	Tue Jan 07 23:47:09 2003 +0000
+++ b/fft-test.c	Tue Jan 07 23:49:40 2003 +0000
@@ -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;