summaryrefslogtreecommitdiff
path: root/md5
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-13 20:08:24 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-13 20:08:24 +0200
commitb8158df3229ca89fd984538c90e784629b293758 (patch)
treee5e3cbe0b1a46a1d9034c443bfbfd07414abb012 /md5
parent18e98bcd7c62a4b7f2e138a3aa9471b2f2ef34f0 (diff)
uint32_t compile fix
Diffstat (limited to 'md5')
-rw-r--r--md5/md5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/md5/md5.h b/md5/md5.h
index 60a40934..123b3046 100644
--- a/md5/md5.h
+++ b/md5/md5.h
@@ -50,6 +50,8 @@
#ifndef md5_INCLUDED
# define md5_INCLUDED
+#include <stdint.h>
+
/*
* This package supports both compile-time and run-time determination of CPU
* byte order. If ARCH_IS_BIG_ENDIAN is defined as 0, the code will be