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). --- gst/alpha/gstalpha.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/alpha') diff --git a/gst/alpha/gstalpha.c b/gst/alpha/gstalpha.c index 0b5ffb7e..6deffdbd 100644 --- a/gst/alpha/gstalpha.c +++ b/gst/alpha/gstalpha.c @@ -23,6 +23,7 @@ #include #include +#include #include #include -- cgit