From: Havard Graff Date: Mon, 31 Aug 2009 19:16:54 +0000 (+0200) Subject: rtpjpegdepay: add missing math.h include X-Git-Tag: RELEASE-0.10.17~244 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=610802483885757d4339805dfdf53966920ceae9;p=platform%2Fupstream%2Fgst-plugins-good.git rtpjpegdepay: add missing math.h include Fixes #594247 --- diff --git a/gst/rtp/gstrtpjpegdepay.c b/gst/rtp/gstrtpjpegdepay.c index d9d4d0f0e..14555f046 100644 --- a/gst/rtp/gstrtpjpegdepay.c +++ b/gst/rtp/gstrtpjpegdepay.c @@ -23,6 +23,7 @@ #include +#include #include #include "gstrtpjpegdepay.h"