summaryrefslogtreecommitdiffstats
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/app/appsrc_ex.c1
-rw-r--r--examples/switch/switcher.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/examples/app/appsrc_ex.c b/examples/app/appsrc_ex.c
index 170001d2..5773aabe 100644
--- a/examples/app/appsrc_ex.c
+++ b/examples/app/appsrc_ex.c
@@ -11,6 +11,7 @@
#include <stdio.h>
#include <string.h>
+#include <stdlib.h>
typedef struct _App App;
diff --git a/examples/switch/switcher.c b/examples/switch/switcher.c
index 2faa26c7..42c6d585 100644
--- a/examples/switch/switcher.c
+++ b/examples/switch/switcher.c
@@ -21,6 +21,8 @@
#include "config.h"
#endif
#include <string.h>
+#include <stdlib.h>
+
#include <gst/gst.h>