diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-05-13 20:08:24 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-05-13 20:08:24 +0200 |
commit | b8158df3229ca89fd984538c90e784629b293758 (patch) | |
tree | e5e3cbe0b1a46a1d9034c443bfbfd07414abb012 /md5 | |
parent | 18e98bcd7c62a4b7f2e138a3aa9471b2f2ef34f0 (diff) |
uint32_t compile fix
Diffstat (limited to 'md5')
-rw-r--r-- | md5/md5.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |