# HG changeset patch # User mru # Date 1268274728 0 # Node ID 96be3be0b5e319a29112d804b7e86d1c621bd6b8 # Parent 4d9ad0ed07d05c075dc14248e721e8a85d7412dc sha: add missing include diff -r 4d9ad0ed07d0 -r 96be3be0b5e3 sha.c --- a/sha.c Tue Mar 09 17:39:19 2010 +0000 +++ b/sha.c Thu Mar 11 02:32:08 2010 +0000 @@ -22,6 +22,7 @@ */ #include +#include "avutil.h" #include "bswap.h" #include "sha.h" #include "sha1.h"