diff options
Diffstat (limited to 'tools/mpeg.c')
-rw-r--r-- | tools/mpeg.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/mpeg.c b/tools/mpeg.c index 029f8ede..b827e096 100644 --- a/tools/mpeg.c +++ b/tools/mpeg.c @@ -4,10 +4,13 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: mpeg.c,v 1.2 2008-06-11 15:51:19 phintuka Exp $ + * $Id: mpeg.c,v 1.3 2009-02-16 16:03:18 phintuka Exp $ * */ +#include <inttypes.h> +#include <string.h> + #include "mpeg.h" |