gst/realmedia/asmrules.c: Include stdlib.h.

Original commit message from CVS:
* gst/realmedia/asmrules.c:
Include stdlib.h.
This commit is contained in:
Stefan Kost 2007-08-04 12:59:24 +00:00
parent 21aee33ad7
commit eeb7697ba2
2 changed files with 6 additions and 0 deletions

View file

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

View file

@ -18,6 +18,7 @@
*/
#include <string.h>
#include <stdlib.h>
#include "asmrules.h"