Formerly make.h.~48~

This commit is contained in:
Roland McGrath 1992-07-01 00:52:39 +00:00
parent e7e9d84a54
commit d425bd20a2

5
make.h
View file

@ -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>