added #include <stdlib.h> before #include config_static.h
[swftools.git] / lib / lame / quantize.c
index 0095bb7..3656288 100644 (file)
@@ -19,8 +19,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
-/* $Id: quantize.c,v 1.1 2002/04/28 17:30:24 kramm Exp $ */
+/* $Id: quantize.c,v 1.2 2006/02/09 16:55:14 kramm Exp $ */
 
+#include <stdlib.h>
 #include "config_static.h"
 
 #include <math.h>