From: Havard Graff Date: Mon, 31 Aug 2009 19:16:54 +0000 (+0200) Subject: rtpjpegdepay: add missing math.h include X-Git-Tag: 1.19.3~509^2~9700 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=610802483885757d4339805dfdf53966920ceae9;p=platform%2Fupstream%2Fgstreamer.git rtpjpegdepay: add missing math.h include Fixes #594247 --- 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"