From b234d9b0f9ccf0db1fdfeccef24feb7508eb2fa1 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Mon, 25 Sep 2006 11:47:42 +0000 Subject: 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 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fd7ddb12..fbeeda1c 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: -- cgit