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
cdd82f2a95
commit
f24c54f4b5
1 changed files with 1 additions and 0 deletions
|
@ -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