mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-11 02:24:13 +00:00
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:
parent
c9611e6507
commit
a43a4d5747
3 changed files with 9 additions and 1 deletions
|
@ -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
2
common
|
@ -1 +1 @@
|
|||
Subproject commit cd25ca736bc2446800de2180ad71fc1da858d324
|
||||
Subproject commit 76752780462a3c4da712d56d54c45402144b3d0f
|
|
@ -24,6 +24,9 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "mpegtsparse.h"
|
||||
#include "mpegtsparsemarshal.h"
|
||||
#include "flutspatinfo.h"
|
||||
|
|
Loading…
Reference in a new issue