diff options
author | tron <tron@pkgsrc.org> | 1998-08-02 22:36:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-08-02 22:36:12 +0000 |
commit | 20744d084c4b10d095c4a3d4aee97e35968ff866 (patch) | |
tree | 4e588e77aa187d4a3a5207aa7bf9c5fd2544f583 /games/maelstrom | |
parent | ad8f915f9c6b7921139ccefdfa39e764bd2e1475 (diff) | |
download | pkgsrc-20744d084c4b10d095c4a3d4aee97e35968ff866.tar.gz |
Fix compiler warning.
Diffstat (limited to 'games/maelstrom')
-rw-r--r-- | games/maelstrom/patches/patch-af | 10 |
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> |