diff options
Diffstat (limited to 'astro/wmsolar/files/patch-Vsop.h')
-rw-r--r-- | astro/wmsolar/files/patch-Vsop.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/astro/wmsolar/files/patch-Vsop.h b/astro/wmsolar/files/patch-Vsop.h index 517afb91984b..b43c3e292aa0 100644 --- a/astro/wmsolar/files/patch-Vsop.h +++ b/astro/wmsolar/files/patch-Vsop.h @@ -1,10 +1,10 @@ ---- Vsop.h.orig Tue Nov 26 15:41:59 2002 -+++ Vsop.h Tue Nov 26 15:42:13 2002 +--- Vsop.h.orig 2016-06-20 12:40:27 UTC ++++ Vsop.h @@ -12,6 +12,7 @@ - #define VSOP__H
-
- #include "PlanetData.h" // for enum Planet
+ #define VSOP__H + + #include "PlanetData.h" // for enum Planet +#include <math.h> -
- // * * * * * simple support structs * * * * *
-
+ + // * * * * * simple support structs * * * * * + |