# HG changeset patch # User Jim Meyering # Date 1042361470 0 # Node ID 1d5d324703213fa5d22f924a36d11722b4de1174 # Parent 48c2c3561c866a2d1914bfa7d68634d1d69af0f6 Don't test HAVE_ERRNO_H. It's not necessary. diff --git a/lib/makepath.c b/lib/makepath.c --- 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;