From 8f8f1d01884eadb85326f2bacbb80944aa01f871 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 26 Aug 2006 06:55:57 +0000 Subject: Include unconditionally, since we now assume config.h exists. --- lib/sha512.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/sha512.c') diff --git a/lib/sha512.c b/lib/sha512.c index 79c03e216..554e2dea2 100644 --- a/lib/sha512.c +++ b/lib/sha512.c @@ -21,9 +21,7 @@ Scott G. Miller's sha1.c */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "sha512.h" -- cgit v1.2.3-54-g00ecf