1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
*** compiler.c.orig Tue Apr 15 01:07:37 1997 --- compiler.c Tue Apr 15 01:33:14 1997 *************** *** 9,15 **** #include <math.h> #include <ctype.h> ! #ifdef VMS #include <stdlib.h> #endif #include "screen.h" --- 9,15 ---- #include <math.h> #include <ctype.h> ! #if defined(VMS) || defined(unix) #include <stdlib.h> #endif #include "screen.h"