diff options
Diffstat (limited to 'games/lincity/files/patch-ab')
-rw-r--r-- | games/lincity/files/patch-ab | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/games/lincity/files/patch-ab b/games/lincity/files/patch-ab index a393527e2c7..6e0ec8b9427 100644 --- a/games/lincity/files/patch-ab +++ b/games/lincity/files/patch-ab @@ -1,6 +1,14 @@ ---- lcx11.cxx.orig Thu Feb 25 20:17:54 1999 -+++ lcx11.cxx Sat Sep 25 17:47:12 1999 -@@ -715,7 +715,7 @@ +--- lcx11.cxx.orig Fri Feb 26 02:17:54 1999 ++++ lcx11.cxx Tue Nov 19 05:35:40 2002 +@@ -3,6 +3,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + #include <unistd.h> + #include <math.h> + #ifdef IRIX +@@ -715,7 +716,7 @@ #ifdef USE_IMAGES Fgl_putbox_low (display.win, 0, 0, x1, y1, x2 - x1, y2 - y1, |