From 9f886ee1f2d7437eb121c7049a4b358be25117a9 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 7 Jul 2008 10:30:51 +0000 Subject: gst/rtp/gstrtpvrawdepay.c: Include stdlib.h for atoi(). Original commit message from CVS: * gst/rtp/gstrtpvrawdepay.c: Include stdlib.h for atoi(). * gst/rtsp/gstrtspsrc.c: Use floating point math for latencies < 0 sec in log output. --- gst/rtp/gstrtpvrawdepay.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/rtp') diff --git a/gst/rtp/gstrtpvrawdepay.c b/gst/rtp/gstrtpvrawdepay.c index 6e975ddc..1ab0f4bd 100644 --- a/gst/rtp/gstrtpvrawdepay.c +++ b/gst/rtp/gstrtpvrawdepay.c @@ -24,6 +24,7 @@ #include #include +#include #include "gstrtpvrawdepay.h" GST_DEBUG_CATEGORY_STATIC (rtpvrawdepay_debug); -- cgit