summaryrefslogtreecommitdiff
path: root/libavutil/sha.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/sha.c')
-rw-r--r--libavutil/sha.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/sha.c b/libavutil/sha.c
index 7d14efc6f2..5a3b57535f 100644
--- a/libavutil/sha.c
+++ b/libavutil/sha.c
@@ -22,6 +22,7 @@
*/
#include <string.h>
+#include "avutil.h"
#include "bswap.h"
#include "sha.h"
#include "sha1.h"