changeset 53:e6a94aa12c17 libpostproc

Fix 'make checkheaders'.
author diego
date Mon, 02 Jul 2007 12:52:20 +0000
parents fa32f0362748
children 37883194f1d0
files postprocess.h postprocess_internal.h
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <inttypes.h>
+
 typedef void pp_context_t;
 typedef void pp_mode_t;
 
--- 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