From 81ae3684cc1782eccee9d934454ae0165eea11c6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 26 Nov 2000 23:12:44 +0000 Subject: Include config.h, stdio.h, sys/types.h. and system.h here instead. --- src/md5.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/md5.c') diff --git a/src/md5.c b/src/md5.c index 47a862f9b..929ab2348 100644 --- a/src/md5.c +++ b/src/md5.c @@ -1,2 +1,7 @@ +#include +#include +#include +#include "system.h" #include "checksum.h" + int algorithm = ALG_MD5; -- cgit v1.2.3-54-g00ecf