From: Roland McGrath Date: Wed, 1 Jul 1992 00:52:39 +0000 (+0000) Subject: Formerly make.h.~48~ X-Git-Tag: 3.70.2~689 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d425bd20a266b3c2480da60e772834c33db097bd;p=thirdparty%2Fmake.git Formerly make.h.~48~ --- diff --git a/make.h b/make.h index 3f35cbd4..42fe9002 100644 --- a/make.h +++ b/make.h @@ -22,6 +22,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include +#include + +#ifndef errno +extern int errno; +#endif #ifdef HAVE_UNISTD_H #include