rtp: add missing include to fix the build
authorStefan Kost <ensonic@users.sf.net>
Fri, 2 Oct 2009 15:25:16 +0000 (18:25 +0300)
committerStefan Kost <ensonic@users.sf.net>
Fri, 2 Oct 2009 15:25:16 +0000 (18:25 +0300)
gst/rtp/gstrtpjpegdepay.c

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