From a11d01b268817ca5d663be2249f6b2615e86339d Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 9 Mar 2004 23:41:58 +0000 Subject: [PATCH] Use sys/types.h in md5.c, patch from Dale Ghent svn path=/trunk/icecast/; revision=5926 --- src/md5.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/md5.h b/src/md5.h index 2da4a78f..6d243307 100644 --- a/src/md5.h +++ b/src/md5.h @@ -16,6 +16,10 @@ #include "config.h" #include "compat.h" +#ifdef HAVE_SYS_TYPES_H +#include +#endif + #define HASH_LEN 16 struct MD5Context