From b234d9b0f9ccf0db1fdfeccef24feb7508eb2fa1 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Mon, 25 Sep 2006 11:47:42 +0000 Subject: [PATCH] gst/: Include stdlib.h in some more places, makes things compile with uClibc and -Werror (#357592). Original commit message from CVS: Patch by: Peter Kjellerstedt * gst/alpha/gstalpha.c: * gst/rtp/gstrtpamrdepay.c: * gst/rtsp/gstrtspsrc.c: * gst/udp/gstudpsrc.c: * gst/videomixer/videomixer.c: Include stdlib.h in some more places, makes things compile with uClibc and -Werror (#357592). --- ChangeLog | 12 ++++++++++++ gst/alpha/gstalpha.c | 1 + gst/rtp/gstrtpamrdepay.c | 1 + gst/rtsp/gstrtspsrc.c | 1 + gst/udp/gstudpsrc.c | 1 + gst/videomixer/videomixer.c | 1 + 6 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index fd7ddb12e3..fbeeda1ce5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-09-25 Tim-Philipp Müller + + Patch by: Peter Kjellerstedt + + * gst/alpha/gstalpha.c: + * gst/rtp/gstrtpamrdepay.c: + * gst/rtsp/gstrtspsrc.c: + * gst/udp/gstudpsrc.c: + * gst/videomixer/videomixer.c: + Include stdlib.h in some more places, makes things compile + with uClibc and -Werror (#357592). + 2006-09-25 Tim-Philipp Müller * ext/jpeg/gstjpegdec.c: diff --git a/gst/alpha/gstalpha.c b/gst/alpha/gstalpha.c index 0b5ffb7e22..6deffdbd27 100644 --- a/gst/alpha/gstalpha.c +++ b/gst/alpha/gstalpha.c @@ -23,6 +23,7 @@ #include #include +#include #include #include diff --git a/gst/rtp/gstrtpamrdepay.c b/gst/rtp/gstrtpamrdepay.c index 5e7f156923..6e78910349 100644 --- a/gst/rtp/gstrtpamrdepay.c +++ b/gst/rtp/gstrtpamrdepay.c @@ -23,6 +23,7 @@ #include +#include #include #include "gstrtpamrdepay.h" diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 0c8f5bf84f..506e563b6c 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -89,6 +89,7 @@ #endif #include +#include #include #include "gstrtspsrc.h" diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index 6feccdb172..85ad7c680e 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -90,6 +90,7 @@ #include "gstudpsrc.h" #include +#include #include diff --git a/gst/videomixer/videomixer.c b/gst/videomixer/videomixer.c index c12fbeb8bc..b8d926b81e 100644 --- a/gst/videomixer/videomixer.c +++ b/gst/videomixer/videomixer.c @@ -52,6 +52,7 @@ #include #include +#include #include GST_DEBUG_CATEGORY_STATIC (gst_videomixer_debug);