]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly make.h.~48~
authorRoland McGrath <roland@redhat.com>
Wed, 1 Jul 1992 00:52:39 +0000 (00:52 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 1 Jul 1992 00:52:39 +0000 (00:52 +0000)
make.h

diff --git a/make.h b/make.h
index 3f35cbd4de08a626211df919cccfd25b4c2897be..42fe9002998a0b1f2018ec7cfe6996d1ff925a0b 100644 (file)
--- a/make.h
+++ b/make.h
@@ -22,6 +22,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <stdio.h>
 #include <ctype.h>
 #include <time.h>
+#include <errno.h>
+
+#ifndef        errno
+extern int errno;
+#endif
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>