mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gst/rtpmanager/rtpjitterbuffer.c: Include stdlib.
Original commit message from CVS: * gst/rtpmanager/rtpjitterbuffer.c: Include stdlib.
This commit is contained in:
parent
dcb082ccae
commit
9f3dd69cfd
2 changed files with 6 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue