From 99545457bf1175d55e4eaa2c061dbf0faeb661ec Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 16 Jun 2007 22:59:13 +0000 Subject: include all prerequisites in header files Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/md5.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/md5.h') diff --git a/libavutil/md5.h b/libavutil/md5.h index 8d1b4b5fe7..fa83b1cdfe 100644 --- a/libavutil/md5.h +++ b/libavutil/md5.h @@ -21,6 +21,8 @@ #ifndef MD5_H #define MD5_H +#include + extern const int av_md5_size; struct AVMD5; -- cgit v1.2.3