diff sha.c @ 851:dc1f09cd2195 libavutil

Include sha1.h from sha.c: It contains several prototypes.
author cehoyos
date Sun, 28 Feb 2010 02:32:16 +0000
parents 918af9b85ce1
children 4d9ad0ed07d0
line wrap: on
line diff
--- a/sha.c	Wed Feb 24 23:52:52 2010 +0000
+++ b/sha.c	Sun Feb 28 02:32:16 2010 +0000
@@ -25,6 +25,7 @@
 #include "avutil.h"
 #include "bswap.h"
 #include "sha.h"
+#include "sha1.h"
 #include "intreadwrite.h"
 
 /** hash context */