summaryrefslogtreecommitdiff
path: root/games/maelstrom
diff options
context:
space:
mode:
authortron <tron>1998-08-02 22:36:12 +0000
committertron <tron>1998-08-02 22:36:12 +0000
commit5087280074fd5e6dab71432c27b3b0308dc4186b (patch)
tree4e588e77aa187d4a3a5207aa7bf9c5fd2544f583 /games/maelstrom
parenta2632d409721f9cc41ea510eb40a49cdbd0d8552 (diff)
downloadpkgsrc-5087280074fd5e6dab71432c27b3b0308dc4186b.tar.gz
Fix compiler warning.
Diffstat (limited to 'games/maelstrom')
-rw-r--r--games/maelstrom/patches/patch-af10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/maelstrom/patches/patch-af b/games/maelstrom/patches/patch-af
new file mode 100644
index 00000000000..0b88a3ac101
--- /dev/null
+++ b/games/maelstrom/patches/patch-af
@@ -0,0 +1,10 @@
+--- myerror.cpp.orig Mon Jul 14 19:41:29 1997
++++ myerror.cpp Sun Aug 2 20:18:35 1998
+@@ -7,6 +7,7 @@
+ #include <stdio.h>
+ #include <stdarg.h>
+ #include <errno.h>
++#include <string.h>
+
+ #ifdef __WIN95__
+ #include <windows.h>