summaryrefslogtreecommitdiffstats
path: root/gst/rtp
diff options
context:
space:
mode:
authorHavard Graff <havard.graff@tandberg.com>2009-08-31 21:16:54 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-09-08 13:32:51 +0200
commit610802483885757d4339805dfdf53966920ceae9 (patch)
tree1835aeb05f278d30d38989b7e0ad378f28c9ebee /gst/rtp
parent19455200b17f400f14a29c9b49adadde2c9fd246 (diff)
rtpjpegdepay: add missing math.h include
Fixes #594247
Diffstat (limited to 'gst/rtp')
-rw-r--r--gst/rtp/gstrtpjpegdepay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpjpegdepay.c b/gst/rtp/gstrtpjpegdepay.c
index d9d4d0f0..14555f04 100644
--- a/gst/rtp/gstrtpjpegdepay.c
+++ b/gst/rtp/gstrtpjpegdepay.c
@@ -23,6 +23,7 @@
#include <gst/rtp/gstrtpbuffer.h>
+#include <math.h>
#include <string.h>
#include "gstrtpjpegdepay.h"