mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
gst/realmedia/rtspreal.c: Include stdlib.
Original commit message from CVS: * gst/realmedia/rtspreal.c: Include stdlib.
This commit is contained in:
parent
068185d02a
commit
5ef116fd1f
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-07-31 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/realmedia/rtspreal.c:
|
||||
Include stdlib.
|
||||
|
||||
2007-07-27 Wim Taymans <wim.taymans@gmail.com>
|
||||
|
||||
* gst/realmedia/Makefile.am:
|
||||
|
@ -901,7 +906,7 @@
|
|||
|
||||
* configure.ac:
|
||||
Add --enable-experimental support. Activate synaesthesia when building
|
||||
with --enable-experimental. Fix --enable external configure switch
|
||||
with --enable-experimental. Fix --enable-external configure switch
|
||||
description.
|
||||
|
||||
2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue