summaryrefslogtreecommitdiff
path: root/games/maelstrom
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-08-02 22:36:12 +0000
committertron <tron@pkgsrc.org>1998-08-02 22:36:12 +0000
commit20744d084c4b10d095c4a3d4aee97e35968ff866 (patch)
tree4e588e77aa187d4a3a5207aa7bf9c5fd2544f583 /games/maelstrom
parentad8f915f9c6b7921139ccefdfa39e764bd2e1475 (diff)
downloadpkgsrc-20744d084c4b10d095c4a3d4aee97e35968ff866.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>