freebsd-ports/astro/ephem/files/patch-ab
Satoshi Asami 7a50961592 An interactive terminal-based ephemeris program. The source tarball is
in LOCAL_PORTS because those out on the 'net can't agree on the right
size and include DOS executables and such.

PR:		3407
Submitted by:	Slaven Rezic <eserte@cs.tu-berlin.de>
1997-06-03 09:14:13 +00:00

20 lines
372 B
Plaintext

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