Add stdlib include (free, atoi, exit).
authorStefan Kost <ensonic@users.sourceforge.net>
Wed, 18 Jul 2007 07:35:32 +0000 (07:35 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 Aug 2009 01:30:28 +0000 (02:30 +0100)
Original commit message from CVS:
* examples/app/appsrc_ex.c:
* examples/switch/switcher.c:
* ext/neon/gstneonhttpsrc.c:
* ext/timidity/gstwildmidi.c:
* ext/x264/gstx264enc.c:
* gst/mve/mveaudioenc.c: (mve_compress_audio):
* gst/rtpmanager/gstrtpclient.c:
* gst/rtpmanager/gstrtpjitterbuffer.c:
* gst/spectrum/demo-audiotest.c:
* gst/spectrum/demo-osssrc.c:
* sys/dvb/gstdvbsrc.c:
Add stdlib include (free, atoi, exit).

gst/rtpmanager/gstrtpclient.c
gst/rtpmanager/gstrtpjitterbuffer.c

index ba18f95..c4b6ab2 100644 (file)
@@ -44,6 +44,8 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+
+#include <stdlib.h>
 #include <string.h>
 
 #include "gstrtpclient.h"
index d33d17a..79d0678 100644 (file)
@@ -65,6 +65,7 @@
 #include "config.h"
 #endif
 
+#include <stdlib.h>
 #include <string.h>
 #include <gst/rtp/gstrtpbuffer.h>