1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/games/lincity/files/patch-help.cxx
Edwin Groothuis 4a2380559f (it might be a smart thing to also commit the new files too)
Make games/lincity building on -current again.
Noticed on: bento
2002-11-19 04:54:44 +00:00

11 lines
213 B
C++

--- 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