added #include <stdlib.h> before #include config_static.h
[swftools.git] / lib / lame / tables.c
index bb27a68..90fbaa5 100644 (file)
@@ -19,8 +19,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
-/* $Id: tables.c,v 1.1 2002/04/28 17:30:29 kramm Exp $ */
+/* $Id: tables.c,v 1.2 2006/02/09 16:56:14 kramm Exp $ */
 
+#include <stdlib.h>
 #include "config_static.h"
 
 #include "util.h"