*** 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"
