]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/commitdiff
mad: add missing include to fix the build
authorStefan Kost <ensonic@users.sf.net>
Fri, 2 Oct 2009 15:27:11 +0000 (18:27 +0300)
committerStefan Kost <ensonic@users.sf.net>
Wed, 7 Oct 2009 11:05:08 +0000 (14:05 +0300)
ext/mad/gstmad.c

index 1f4119d7ae3d93d0c6f16575c4d7f73acec597dd..92b825d10da12489b6893c2f205432ab8474c605 100644 (file)
@@ -35,6 +35,7 @@
 #include "config.h"
 #endif
 
+#include <stdlib.h>
 #include <string.h>
 #include "gstmad.h"
 #include <gst/audio/audio.h>