gst/rtpmanager/rtpjitterbuffer.c: Include stdlib.

Original commit message from CVS:
* gst/rtpmanager/rtpjitterbuffer.c:
Include stdlib.
This commit is contained in:
Stefan Kost 2007-08-13 06:16:40 +00:00
parent dcb082ccae
commit 9f3dd69cfd
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-08-13 Stefan Kost <ensonic@users.sf.net>
* gst/rtpmanager/rtpjitterbuffer.c:
Include stdlib.
2007-08-12 Sebastian Dröge <slomo@circular-chaos.org>
* tests/check/elements/bpwsinc.c: (GST_START_TEST):

View file

@ -17,6 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <string.h>
#include <stdlib.h>
#include <gst/rtp/gstrtpbuffer.h>
#include <gst/rtp/gstrtcpbuffer.h>