diff options
author | phintuka <phintuka> | 2009-02-16 16:03:18 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-02-16 16:03:18 +0000 |
commit | 8756df59bbc18989777b92bd753e4582fd1d8d24 (patch) | |
tree | 65b6878dddfe5261c06a1378e42db3e45965b063 /tools/ts.c | |
parent | 94393a17dd3a9783478c75c5fb174eff050cabbe (diff) | |
download | xineliboutput-8756df59bbc18989777b92bd753e4582fd1d8d24.tar.gz xineliboutput-8756df59bbc18989777b92bd753e4582fd1d8d24.tar.bz2 |
Headers update
Diffstat (limited to 'tools/ts.c')
-rw-r--r-- | tools/ts.c | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -4,14 +4,17 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: ts.c,v 1.4 2009-02-12 16:23:41 rofafor Exp $ + * $Id: ts.c,v 1.5 2009-02-16 16:03:18 phintuka Exp $ * */ -#ifndef LOGDBG -# include "../logdefs.h" -#endif +#include <inttypes.h> +#include <stdlib.h> +#include <string.h> + +#include "../logdefs.h" +#include "mpeg.h" #include "ts.h" #include "pes.h" |