From a43a4d5747317c7a8f82406436369757616fa23c Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 6 Sep 2007 20:37:56 +0000 Subject: 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). --- ChangeLog | 5 +++++ common | 2 +- gst/mpegtsparse/mpegtsparse.c | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 73014121..e9d61448 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-06 Stefan Kost + + * gst/mpegtsparse/mpegtsparse.c: + Fix the build (missing stdlib.h). + 2007-09-06 Sebastian Dröge * gst/spectrum/fix_fft.c: diff --git a/common b/common index cd25ca73..76752780 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit cd25ca736bc2446800de2180ad71fc1da858d324 +Subproject commit 76752780462a3c4da712d56d54c45402144b3d0f 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 + #include "mpegtsparse.h" #include "mpegtsparsemarshal.h" #include "flutspatinfo.h" -- cgit v1.2.1