diff options
author | Roland McGrath <roland@redhat.com> | 1992-07-01 00:52:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-07-01 00:52:39 +0000 |
commit | d425bd20a266b3c2480da60e772834c33db097bd (patch) | |
tree | 5baaa4ad3a2da5893b34300d1d2d04aaab119425 /make.h | |
parent | e7e9d84a547d79dd4b15d24b43b6d4f9d81d97d4 (diff) | |
download | gunmake-d425bd20a266b3c2480da60e772834c33db097bd.tar.gz |
Formerly make.h.~48~
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |