From 0fcbcad140a7b4cd96f68907f45ff3b2314d4d30 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 28 Feb 2010 02:32:16 +0000 Subject: [PATCH] Include sha1.h from sha.c: It contains several prototypes. Originally committed as revision 22099 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/sha.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/sha.c b/libavutil/sha.c index 7300f8c..7fe3400 100644 --- a/libavutil/sha.c +++ b/libavutil/sha.c @@ -25,6 +25,7 @@ #include "avutil.h" #include "bswap.h" #include "sha.h" +#include "sha1.h" #include "intreadwrite.h" /** hash context */ -- 2.7.4