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 committed by Tim-Philipp Müller
parent cdd82f2a95
commit f24c54f4b5

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>