Browse code

Include sha1.h from sha.c: It contains several prototypes.

Originally committed as revision 22099 to svn://svn.ffmpeg.org/ffmpeg/trunk

Carl Eugen Hoyos authored on 2010/02/28 11:32:16
Showing 1 changed files
... ...
@@ -25,6 +25,7 @@
25 25
 #include "avutil.h"
26 26
 #include "bswap.h"
27 27
 #include "sha.h"
28
+#include "sha1.h"
28 29
 #include "intreadwrite.h"
29 30
 
30 31
 /** hash context */