From: Jim Meyering Date: Wed, 10 Sep 2003 08:55:24 +0000 (+0000) Subject: Include "sha.h" first. X-Git-Tag: v5.1.0~754 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=606627a9f6ccd3eff727931719b9ea23f72f10e1;p=thirdparty%2Fcoreutils.git Include "sha.h" first. Include , unconditionally. --- diff --git a/lib/sha.c b/lib/sha.c index 150bf0e422..b645bf4026 100644 --- a/lib/sha.c +++ b/lib/sha.c @@ -11,19 +11,13 @@ # include #endif +#include "sha.h" + #include -#if STDC_HEADERS || defined _LIBC -# include -# include -#else -# ifndef HAVE_MEMCPY -# define memcpy(d, s, n) bcopy ((s), (d), (n)) -# endif -#endif +#include +#include -#include "md5.h" -#include "sha.h" #include "unlocked-io.h" /*