gst/mpegtsparse/mpegtsparse.c: Fix the build (missing stdlib.h).

Original commit message from CVS:
* gst/mpegtsparse/mpegtsparse.c:
Fix the build (missing stdlib.h).
This commit is contained in:
Stefan Kost 2007-09-06 20:37:56 +00:00
parent c9611e6507
commit a43a4d5747
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-09-06 Stefan Kost <ensonic@users.sf.net>
* gst/mpegtsparse/mpegtsparse.c:
Fix the build (missing stdlib.h).
2007-09-06 Sebastian Dröge <slomo@circular-chaos.org>
* gst/spectrum/fix_fft.c:

2
common

@ -1 +1 @@
Subproject commit cd25ca736bc2446800de2180ad71fc1da858d324
Subproject commit 76752780462a3c4da712d56d54c45402144b3d0f

View file

@ -24,6 +24,9 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include "mpegtsparse.h"
#include "mpegtsparsemarshal.h"
#include "flutspatinfo.h"