diff options
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 |