gst-libs/gst/rtp/gstrtpbuffer.c: Need to include stdlib.h for abs() here too.

Original commit message from CVS:
* gst-libs/gst/rtp/gstrtpbuffer.c:
Need to include stdlib.h for abs() here too.
This commit is contained in:
Tim-Philipp Müller 2007-09-05 14:09:15 +00:00
parent 12728158b5
commit 7ea0798a9c
2 changed files with 7 additions and 0 deletions

View file

@ -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:

View file

@ -36,6 +36,8 @@
#include "gstrtpbuffer.h"
#include <stdlib.h>
#define GST_RTP_HEADER_LEN 12
typedef struct _GstRTPHeader