rtpjpegdepay: add missing math.h include

Fixes #594247
This commit is contained in:
Havard Graff 2009-08-31 21:16:54 +02:00 committed by Wim Taymans
parent 19455200b1
commit 6108024838

View file

@ -23,6 +23,7 @@
#include <gst/rtp/gstrtpbuffer.h>
#include <math.h>
#include <string.h>
#include "gstrtpjpegdepay.h"