summaryrefslogtreecommitdiff
path: root/astro/ephem/files/patch-ab
blob: 10d6dd212b7cff8f9ecb069794616fffda609ba4 (plain) (blame)
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"