summaryrefslogtreecommitdiff
path: root/tools/pes.c
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-02-16 16:03:18 +0000
committerphintuka <phintuka>2009-02-16 16:03:18 +0000
commit8756df59bbc18989777b92bd753e4582fd1d8d24 (patch)
tree65b6878dddfe5261c06a1378e42db3e45965b063 /tools/pes.c
parent94393a17dd3a9783478c75c5fb174eff050cabbe (diff)
downloadxineliboutput-8756df59bbc18989777b92bd753e4582fd1d8d24.tar.gz
xineliboutput-8756df59bbc18989777b92bd753e4582fd1d8d24.tar.bz2
Headers update
Diffstat (limited to 'tools/pes.c')
-rw-r--r--tools/pes.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/pes.c b/tools/pes.c
index a7205311..ef80b3a3 100644
--- a/tools/pes.c
+++ b/tools/pes.c
@@ -4,10 +4,15 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: pes.c,v 1.8 2009-02-04 12:11:58 phintuka Exp $
+ * $Id: pes.c,v 1.9 2009-02-16 16:03:18 phintuka Exp $
*
*/
+#include <inttypes.h>
+#include <string.h>
+
+#include "../logdefs.h"
+
#include "mpeg.h"
#include "h264.h"