mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
gst/realmedia/asmrules.c: Include stdlib.h.
Original commit message from CVS: * gst/realmedia/asmrules.c: Include stdlib.h.
This commit is contained in:
parent
21aee33ad7
commit
eeb7697ba2
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-08-04 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/realmedia/asmrules.c:
|
||||
Include stdlib.h.
|
||||
|
||||
2007-08-03 Wim Taymans <wim.taymans@gmail.com>
|
||||
|
||||
* gst/realmedia/rdtmanager.c:
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "asmrules.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue