diff mlp_parser.h @ 7200:64f7b6e3998b libavcodec

Add correct header #include to fix 'make checkheaders'.
author diego
date Sat, 05 Jul 2008 10:16:54 +0000
parents ae78650d4ac8
children c4a4495715dd
line wrap: on
line diff
--- a/mlp_parser.h	Sat Jul 05 10:16:27 2008 +0000
+++ b/mlp_parser.h	Sat Jul 05 10:16:54 2008 +0000
@@ -27,7 +27,7 @@
 #ifndef FFMPEG_MLP_PARSER_H
 #define FFMPEG_MLP_PARSER_H
 
-#include <inttypes.h>
+#include "bitstream.h"
 
 typedef struct MLPHeaderInfo
 {