rtpjpegdepay: add missing math.h include
authorHavard Graff <havard.graff@tandberg.com>
Mon, 31 Aug 2009 19:16:54 +0000 (21:16 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 8 Sep 2009 11:32:51 +0000 (13:32 +0200)
Fixes #594247

gst/rtp/gstrtpjpegdepay.c

index d9d4d0f..14555f0 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <gst/rtp/gstrtpbuffer.h>
 
+#include <math.h>
 #include <string.h>
 #include "gstrtpjpegdepay.h"