diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/pp3/files/patch-pp3.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/astro/pp3/files/patch-pp3.cc b/astro/pp3/files/patch-pp3.cc new file mode 100644 index 000000000000..0b5e5737c70b --- /dev/null +++ b/astro/pp3/files/patch-pp3.cc @@ -0,0 +1,10 @@ +--- pp3.cc.orig 2004-08-14 16:45:08 UTC ++++ pp3.cc +@@ -15,6 +15,7 @@ + #include <cstdlib> + #include <cmath> + #include <cfloat> ++#include <cstring> + + using namespace std; + |