From: Jim Meyering Date: Sun, 12 Jan 2003 08:51:10 +0000 (+0000) Subject: Don't test HAVE_ERRNO_H. It's not necessary. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbabcd9b13c2f2e89f98a45da04fc6115844865e;p=pspp Don't test HAVE_ERRNO_H. It's not necessary. --- 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;