common/hash: fix header compilation errors

This commit is contained in:
Svyatoslav Scherbina
2016-10-18 13:13:08 +03:00
parent 4142ff8845
commit ba69ba7b5b
+3
View File
@@ -1,5 +1,8 @@
#ifndef RUNTIME_SHA1_H
#define RUNTIME_SHA1_H
#include <stdint.h>
/*
SHA-1 in C
By Steve Reid <steve@edmweb.com>