gst/realmedia/rtspreal.c: Include stdlib.

Original commit message from CVS:
* gst/realmedia/rtspreal.c:
Include stdlib.
This commit is contained in:
Stefan Kost 2007-07-31 19:16:44 +00:00
parent 068185d02a
commit 5ef116fd1f
2 changed files with 7 additions and 1 deletions

View file

@ -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>

View file

@ -34,6 +34,7 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <stdint.h>
#include <string.h>