added #include <stdlib.h> before #include config_static.h
[swftools.git] / lib / lame / encoder.c
index 6c41875..64b2ea8 100644 (file)
@@ -19,8 +19,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
-/* $Id: encoder.c,v 1.1 2002/04/28 17:30:18 kramm Exp $ */
+/* $Id: encoder.c,v 1.2 2006/02/09 16:53:35 kramm Exp $ */
 
+#include <stdlib.h>
 #include "config_static.h"
 
 #include <assert.h>