From 53eecfdefc644ba064c80ec2f60650e72a7f9990 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 2 Jul 2007 12:52:20 +0000 Subject: Fix 'make checkheaders'. Originally committed as revision 9460 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/postprocess.h | 2 ++ libpostproc/postprocess_internal.h | 1 + 2 files changed, 3 insertions(+) diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index a240558f72..aa5714d047 100644 --- a/libpostproc/postprocess.h +++ b/libpostproc/postprocess.h @@ -37,6 +37,8 @@ #define QP_STORE_T int8_t +#include + typedef void pp_context_t; typedef void pp_mode_t; diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h index a4e31d3d6b..56d1191d91 100644 --- a/libpostproc/postprocess_internal.h +++ b/libpostproc/postprocess_internal.h @@ -27,6 +27,7 @@ #define POSTPROCESS_INTERNAL_H #include "avutil.h" +#include "postprocess.h" #define V_DEBLOCK 0x01 #define H_DEBLOCK 0x02 -- cgit v1.2.3