diff options
Diffstat (limited to 'games/lincity/files/patch-help.cxx')
-rw-r--r-- | games/lincity/files/patch-help.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/lincity/files/patch-help.cxx b/games/lincity/files/patch-help.cxx new file mode 100644 index 000000000000..ec4d22cfd442 --- /dev/null +++ b/games/lincity/files/patch-help.cxx @@ -0,0 +1,10 @@ +--- help.cxx.orig Tue Nov 19 05:32:53 2002 ++++ help.cxx Tue Nov 19 05:33:02 2002 +@@ -3,6 +3,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + #if !defined (WIN32) + #include <strings.h> + #endif |