gst-libs/gst/rtp/gstrtpbuffer.c: Need to include stdlib.h for abs() here too.
authorTim-Philipp Müller <tim@centricular.net>
Wed, 5 Sep 2007 14:09:15 +0000 (14:09 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 5 Sep 2007 14:09:15 +0000 (14:09 +0000)
Original commit message from CVS:
* gst-libs/gst/rtp/gstrtpbuffer.c:
Need to include stdlib.h for abs() here too.

ChangeLog
gst-libs/gst/rtp/gstrtpbuffer.c

index e68677b60c0b9ecf85ed95c39d1282ca20a66110..744e5421e2b4ef85619f5de5e2685f441a1bc1a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst-libs/gst/rtp/gstrtpbuffer.c:
+         Need to include stdlib.h for abs() here too.
+
 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
 
        * gst/playback/gststreaminfo.c:
index 4e1154d27709302a8a281e90a8c61556768c82f8..e2c773219637a7647e168f95c34df2fefff4c383 100644 (file)
@@ -36,6 +36,8 @@
 
 #include "gstrtpbuffer.h"
 
+#include <stdlib.h>
+
 #define GST_RTP_HEADER_LEN 12
 
 typedef struct _GstRTPHeader