summaryrefslogtreecommitdiffstats
path: root/gst/mpegtsparse/mpegtsparse.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-09-06 20:37:56 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-09-06 20:37:56 +0000
commita43a4d5747317c7a8f82406436369757616fa23c (patch)
treed38bbed0c6b9ee70bf23bcf3e214c8e58e2bfcc4 /gst/mpegtsparse/mpegtsparse.c
parentc9611e6507ffd7b84c70429afdf5d1c16cde11c1 (diff)
downloadgst-plugins-bad-a43a4d5747317c7a8f82406436369757616fa23c.tar.gz
gst-plugins-bad-a43a4d5747317c7a8f82406436369757616fa23c.tar.bz2
gst-plugins-bad-a43a4d5747317c7a8f82406436369757616fa23c.zip
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).
Diffstat (limited to 'gst/mpegtsparse/mpegtsparse.c')
-rw-r--r--gst/mpegtsparse/mpegtsparse.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/mpegtsparse/mpegtsparse.c b/gst/mpegtsparse/mpegtsparse.c
index 9d344c27..13ba609e 100644
--- a/gst/mpegtsparse/mpegtsparse.c
+++ b/gst/mpegtsparse/mpegtsparse.c
@@ -24,6 +24,9 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+
+#include <stdlib.h>
+
#include "mpegtsparse.h"
#include "mpegtsparsemarshal.h"
#include "flutspatinfo.h"