summaryrefslogtreecommitdiff
path: root/libavutil/sha.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-02-28 02:32:16 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-02-28 02:32:16 +0000
commit0fcbcad140a7b4cd96f68907f45ff3b2314d4d30 (patch)
treebf84451219f26e3eb20b57a523eeba6195d7ccc7 /libavutil/sha.c
parent627686e635582cbda71129ec2b415227c23b5820 (diff)
Include sha1.h from sha.c: It contains several prototypes.
Originally committed as revision 22099 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/sha.c')
-rw-r--r--libavutil/sha.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/sha.c b/libavutil/sha.c
index 7300f8c58a..7fe34007bb 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 */