diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 04:54:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 04:54:44 +0000 |
commit | 4a2380559f61b492627a993bdaa9ad597505c953 (patch) | |
tree | 2b7a2b6237115d0f95e31f384f24bada95044247 /games/lincity/files/patch-help.cxx | |
parent | Make games/lincity compiling on -current again. (diff) |
(it might be a smart thing to also commit the new files too)
Make games/lincity building on -current again.
Noticed on: bento
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 |