From 610802483885757d4339805dfdf53966920ceae9 Mon Sep 17 00:00:00 2001 From: Havard Graff Date: Mon, 31 Aug 2009 21:16:54 +0200 Subject: [PATCH] rtpjpegdepay: add missing math.h include Fixes #594247 --- gst/rtp/gstrtpjpegdepay.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/rtp/gstrtpjpegdepay.c b/gst/rtp/gstrtpjpegdepay.c index d9d4d0f..14555f0 100644 --- a/gst/rtp/gstrtpjpegdepay.c +++ b/gst/rtp/gstrtpjpegdepay.c @@ -23,6 +23,7 @@ #include +#include #include #include "gstrtpjpegdepay.h" -- 2.7.4