summaryrefslogtreecommitdiffstats
path: root/ext/neon
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-07-18 07:35:32 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-07-18 07:35:32 +0000
commitf56adf75ca01d45ef310a7a069d3e26996768d81 (patch)
tree27721501d3de7556acea424b3093f1e0b20f5242 /ext/neon
parent7da951e3d5b4da534b475acc55f6b1bb29991921 (diff)
downloadgst-plugins-bad-f56adf75ca01d45ef310a7a069d3e26996768d81.tar.gz
gst-plugins-bad-f56adf75ca01d45ef310a7a069d3e26996768d81.tar.bz2
gst-plugins-bad-f56adf75ca01d45ef310a7a069d3e26996768d81.zip
Add stdlib include (free, atoi, exit).
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).
Diffstat (limited to 'ext/neon')
-rw-r--r--ext/neon/gstneonhttpsrc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/neon/gstneonhttpsrc.c b/ext/neon/gstneonhttpsrc.c
index abcbd0f2..c29cd1c2 100644
--- a/ext/neon/gstneonhttpsrc.c
+++ b/ext/neon/gstneonhttpsrc.c
@@ -19,6 +19,7 @@
#endif
#include "gstneonhttpsrc.h"
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>