diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/mpegtsparse/mpegtsparse.c | 3 |
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" |