summaryrefslogtreecommitdiffstats
path: root/gst/udp
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2006-09-25 11:47:42 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-09-25 11:47:42 +0000
commitb234d9b0f9ccf0db1fdfeccef24feb7508eb2fa1 (patch)
tree46099f27a02579482caa8046b4de4b638f9512b6 /gst/udp
parentca1f1969791957e2971f47fbef5bd1e7285ea3bb (diff)
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 <pkj at axis com> * 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).
Diffstat (limited to 'gst/udp')
-rw-r--r--gst/udp/gstudpsrc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
index 6feccdb1..85ad7c68 100644
--- a/gst/udp/gstudpsrc.c
+++ b/gst/udp/gstudpsrc.c
@@ -90,6 +90,7 @@
#include "gstudpsrc.h"
#include <unistd.h>
+#include <stdlib.h>
#include <gst/netbuffer/gstnetbuffer.h>