summaryrefslogtreecommitdiffstats
path: root/base/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/md5.h')
-rw-r--r--base/md5.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/md5.h b/base/md5.h
index 0a87fcf..be274f86 100644
--- a/base/md5.h
+++ b/base/md5.h
@@ -5,6 +5,8 @@
#ifndef BASE_MD5_H_
#define BASE_MD5_H_
+#include <stdint.h>
+
#include "base/base_export.h"
#include "base/strings/string_piece.h"
@@ -35,7 +37,7 @@ namespace base {
// The output of an MD5 operation.
struct MD5Digest {
- unsigned char a[16];
+ uint8_t a[16];
};
// Used for storing intermediate data during an MD5 computation. Callers