diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-11-05 20:19:43 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-11-05 20:19:43 +0000 |
commit | 265547f25df9312d1978197d2cf25b572baebba9 (patch) | |
tree | 1b6bf2367f8b7f87b31a5fc5641fd76127cd8863 /astro | |
parent | - Update to 1.3 (diff) |
Enable compilation on -CURRENT.
Submitted by: Volker Stolz
PR: 44931
Diffstat (limited to 'astro')
-rw-r--r-- | astro/openuniverse/files/patch-src_ou.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/astro/openuniverse/files/patch-src_ou.h b/astro/openuniverse/files/patch-src_ou.h new file mode 100644 index 000000000000..ff1bb3d7490c --- /dev/null +++ b/astro/openuniverse/files/patch-src_ou.h @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- src/ou.h.orig Sun Jun 4 12:35:09 2000 ++++ src/ou.h Tue Nov 5 12:17:24 2002 +@@ -19,6 +19,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + #include <math.h> + + #ifdef WIN32 |