diff options
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> |