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/videomixer/videomixer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/videomixer') diff --git a/gst/videomixer/videomixer.c b/gst/videomixer/videomixer.c index c12fbeb8..b8d926b8 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); -- cgit