From 0d9efa287a04ab00858ba7bc64c4965a8a2f5e45 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 7 Jan 2009 18:42:24 +0000 Subject: Add missing headers to allow 'make checkheaders' to pass. Originally committed as revision 16481 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264pred.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h264pred.h') diff --git a/libavcodec/h264pred.h b/libavcodec/h264pred.h index a8146ca0de..d87df2a31e 100644 --- a/libavcodec/h264pred.h +++ b/libavcodec/h264pred.h @@ -29,6 +29,7 @@ #define AVCODEC_H264PRED_H #include "libavutil/common.h" +#include "dsputil.h" /** * Prediction types -- cgit v1.2.3