From f56adf75ca01d45ef310a7a069d3e26996768d81 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 18 Jul 2007 07:35:32 +0000 Subject: 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). --- examples/app/appsrc_ex.c | 1 + examples/switch/switcher.c | 2 ++ 2 files changed, 3 insertions(+) (limited to 'examples') 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 #include +#include 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 +#include + #include -- cgit v1.2.1