diff options
Diffstat (limited to 'astro/xworld/files/patch-compile__world.c')
-rw-r--r-- | astro/xworld/files/patch-compile__world.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/astro/xworld/files/patch-compile__world.c b/astro/xworld/files/patch-compile__world.c new file mode 100644 index 000000000000..9404597d3a7f --- /dev/null +++ b/astro/xworld/files/patch-compile__world.c @@ -0,0 +1,10 @@ +--- compile_world.c.orig 1999-07-28 13:13:51 UTC ++++ compile_world.c +@@ -33,6 +33,7 @@ + #include <sys/types.h> + #include <sys/mman.h> + #include <stdio.h> ++#include <stdlib.h> + #include "Sphere.h" + #include "SphereDim.h" + |