--- gforth/Attic/strtol.c 1994/12/16 18:14:58 1.2 +++ gforth/Attic/strtol.c 1994/12/16 18:22:32 1.3 @@ -21,7 +21,8 @@ Cambridge, MA 02139, USA. */ #include #include #include - +/* errno.h is needed on SunOS 4.1.2 */ +#include #ifndef UNSIGNED #define UNSIGNED 0