summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/mlp_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mlp_parser.h b/libavcodec/mlp_parser.h
index c9f979e61b..c3d26add4f 100644
--- a/libavcodec/mlp_parser.h
+++ b/libavcodec/mlp_parser.h
@@ -27,7 +27,7 @@
#ifndef FFMPEG_MLP_PARSER_H
#define FFMPEG_MLP_PARSER_H
-#include <inttypes.h>
+#include "bitstream.h"
typedef struct MLPHeaderInfo
{