diff fft-test.c @ 5118:3b190bc34546 libavcodec

Add some #includes to allow compilation without HAVE_AV_CONFIG_H. taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net
author diego
date Sat, 09 Jun 2007 17:52:16 +0000
parents e82ceaa9c386
children e9f8a337c5ce
line wrap: on
line diff
--- a/fft-test.c	Fri Jun 08 20:35:30 2007 +0000
+++ b/fft-test.c	Sat Jun 09 17:52:16 2007 +0000
@@ -27,6 +27,8 @@
 #include <math.h>
 #include <unistd.h>
 #include <sys/time.h>
+#include <stdlib.h>
+#include <string.h>
 
 #undef exit