diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-09 09:04:04 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-18 23:34:11 +0200 |
commit | c8a7dd03f8a3e16b20a60737d5a492255532f967 (patch) | |
tree | ff8476e78ef8b56029007b164184de8481cc5e58 | |
parent | 9ae47fbd9e1e15374d5ab7d794ad968de58de71d (diff) | |
download | ffmpeg-c8a7dd03f8a3e16b20a60737d5a492255532f967.tar.gz |
lavc/jacosub: fix make checkheaders.
-rw-r--r-- | libavcodec/jacosub.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/jacosub.h b/libavcodec/jacosub.h index 410969e5e0..c3665ae3fc 100644 --- a/libavcodec/jacosub.h +++ b/libavcodec/jacosub.h @@ -26,6 +26,8 @@ #ifndef AVCODEC_JACOSUB_H #define AVCODEC_JACOSUB_H +#include "libavutil/common.h" + #define JSS_MAX_LINESIZE 512 static av_always_inline int jss_whitespace(char c) |