Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-09 11:04:04 +0400
committerClément Bœsch <ubitux@gmail.com>2012-05-19 01:34:11 +0400
commitc8a7dd03f8a3e16b20a60737d5a492255532f967 (patch)
treeff8476e78ef8b56029007b164184de8481cc5e58 /libavcodec/jacosub.h
parent9ae47fbd9e1e15374d5ab7d794ad968de58de71d (diff)
lavc/jacosub: fix make checkheaders.
Diffstat (limited to 'libavcodec/jacosub.h')
-rw-r--r--libavcodec/jacosub.h2
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)