]> git.sesse.net Git - ffmpeg/commitdiff
Include sha1.h from sha.c: It contains several prototypes.
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 28 Feb 2010 02:32:16 +0000 (02:32 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 28 Feb 2010 02:32:16 +0000 (02:32 +0000)
Originally committed as revision 22099 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/sha.c

index 7300f8c58ae7cf399bac47789007bbc7c37d46a3..7fe34007bb064fb393cad4531081bac592007b13 100644 (file)
@@ -25,6 +25,7 @@
 #include "avutil.h"
 #include "bswap.h"
 #include "sha.h"
+#include "sha1.h"
 #include "intreadwrite.h"
 
 /** hash context */