From c325bc190633349e806d0f2c313ace2338950f88 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 18 Jun 2004 20:16:42 +0000 Subject: Compiler warnings fixes, preprocessor and minor general cleanup. svn path=/trunk/; revision=3901 --- md5.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'md5.h') diff --git a/md5.h b/md5.h index 146ff59d..c396a8dc 100644 --- a/md5.h +++ b/md5.h @@ -5,6 +5,8 @@ #define HEADER_MD5_H #endif +#include "config.h" + #if SIZEOF_INT == 4 typedef unsigned int uint32; #else -- cgit v1.2.3