diff options
Diffstat (limited to 'games/wormz/patches/patch-az')
-rw-r--r-- | games/wormz/patches/patch-az | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/wormz/patches/patch-az b/games/wormz/patches/patch-az new file mode 100644 index 00000000000..6e92ad45834 --- /dev/null +++ b/games/wormz/patches/patch-az @@ -0,0 +1,9 @@ +$NetBSD: patch-az,v 1.1 2004/02/18 23:09:03 kristerw Exp $ + +--- PaintInterface/Picture.cc.orig Wed Feb 18 23:51:42 2004 ++++ PaintInterface/Picture.cc Wed Feb 18 23:51:58 2004 +@@ -1,3 +1,4 @@ ++#include <string.h> + #include "Picture.hh" + + Picture * Picture::CreateCopy() |