diff options
Diffstat (limited to 'libavcodec/h264_parse.c')
-rw-r--r-- | libavcodec/h264_parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264_parse.c b/libavcodec/h264_parse.c index be75b054e6..ba67f4e012 100644 --- a/libavcodec/h264_parse.c +++ b/libavcodec/h264_parse.c @@ -19,6 +19,7 @@ #include "bytestream.h" #include "get_bits.h" #include "golomb.h" +#include "h264.h" #include "h264dec.h" #include "h264_parse.h" |