From b8158df3229ca89fd984538c90e784629b293758 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 13 May 2010 20:08:24 +0200 Subject: uint32_t compile fix --- md5/md5.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'md5') 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 + /* * 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 -- cgit v1.2.3