Browse Source

sha: add missing include

Originally committed as revision 22449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård 15 years ago
parent
commit
32f40ace25
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libavutil/sha.c

+ 1 - 0
libavutil/sha.c

@@ -22,6 +22,7 @@
  */
 
 #include <string.h>
+#include "avutil.h"
 #include "bswap.h"
 #include "sha.h"
 #include "sha1.h"