From dbabcd9b13c2f2e89f98a45da04fc6115844865e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 12 Jan 2003 08:51:10 +0000 Subject: [PATCH] Don't test HAVE_ERRNO_H. It's not necessary. --- lib/makepath.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/makepath.c b/lib/makepath.c index 0d1a1ef26a..513549ded7 100644 --- a/lib/makepath.c +++ b/lib/makepath.c @@ -46,9 +46,7 @@ # include #endif -#if HAVE_ERRNO_H -# include -#endif +#include #ifndef errno extern int errno; -- 2.30.2