added #include <stdlib.h> before #include config_static.h
[swftools.git] / lib / lame / fft.c
index f0d7aca..2d16be2 100644 (file)
@@ -31,8 +31,9 @@
 **           Takehiro  - some dirty hack for speed up
 */
 
-/* $Id: fft.c,v 1.1 2002/04/28 17:30:18 kramm Exp $ */
+/* $Id: fft.c,v 1.2 2006/02/09 16:53:48 kramm Exp $ */
 
+#include <stdlib.h>
 #include "config_static.h"
 
 #include <math.h>