From 1b95b52c0a73a5f29060de4861f36470a05df65d Mon Sep 17 00:00:00 2001 From: Jordi Ortiz Date: Thu, 3 Nov 2011 17:32:10 +0100 Subject: Dirac: Solved problem with make checkheaders (cherry picked from commit d611ea0a44f3e4f67fef7ba916da5a25adef58da) Signed-off-by: Michael Niedermayer --- libavcodec/diracdsp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/diracdsp.h b/libavcodec/diracdsp.h index 454fa3be10..68c04c21e0 100644 --- a/libavcodec/diracdsp.h +++ b/libavcodec/diracdsp.h @@ -21,6 +21,8 @@ #ifndef AVCODEC_DIRACDSP_H #define AVCODEC_DIRACDSP_H +#include + typedef void (*dirac_weight_func)(uint8_t *block, int stride, int log2_denom, int weight, int h); typedef void (*dirac_biweight_func)(uint8_t *dst, uint8_t *src, int stride, int log2_denom, int weightd, int weights, int h); -- cgit v1.2.3