]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/commitdiff
rtpasfdepay: Fix the build by adding the needed include for atoi.
authorStefan Kost <ensonic@users.sf.net>
Mon, 23 Feb 2009 08:50:50 +0000 (10:50 +0200)
committerStefan Kost <ensonic@users.sf.net>
Mon, 23 Feb 2009 08:50:50 +0000 (10:50 +0200)
gst/asfdemux/gstrtpasfdepay.c

index 476da6ffc5bac4988eb01fdf5ce04ca600e1305c..d7608ef9a9ebfc4045ec26a0f71e1bf6e3c00e43 100644 (file)
@@ -26,6 +26,7 @@
 #include <gst/rtp/gstrtpbuffer.h>
 
 #include <string.h>
+#include <stdlib.h>
 
 GST_DEBUG_CATEGORY_STATIC (rtpasfdepayload_debug);
 #define GST_CAT_DEFAULT rtpasfdepayload_debug