# HG changeset patch # User diego # Date 1183380740 0 # Node ID e6a94aa12c1788e7ad58c934db7c62e8760d00f1 # Parent fa32f0362748c2911165cadaff9a88fa9d2602ac Fix 'make checkheaders'. diff -r fa32f0362748 -r e6a94aa12c17 postprocess.h --- a/postprocess.h Mon Jul 02 10:13:19 2007 +0000 +++ b/postprocess.h Mon Jul 02 12:52:20 2007 +0000 @@ -37,6 +37,8 @@ #define QP_STORE_T int8_t +#include + typedef void pp_context_t; typedef void pp_mode_t; diff -r fa32f0362748 -r e6a94aa12c17 postprocess_internal.h --- a/postprocess_internal.h Mon Jul 02 10:13:19 2007 +0000 +++ b/postprocess_internal.h Mon Jul 02 12:52:20 2007 +0000 @@ -27,6 +27,7 @@ #define POSTPROCESS_INTERNAL_H #include "avutil.h" +#include "postprocess.h" #define V_DEBLOCK 0x01 #define H_DEBLOCK 0x02