mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
4a2380559f
Make games/lincity building on -current again. Noticed on: bento
11 lines
213 B
C++
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
|