diff options
Diffstat (limited to 'games/gnuchess/patches/patch-ah')
-rw-r--r-- | games/gnuchess/patches/patch-ah | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/gnuchess/patches/patch-ah b/games/gnuchess/patches/patch-ah new file mode 100644 index 00000000000..c2abafa2728 --- /dev/null +++ b/games/gnuchess/patches/patch-ah @@ -0,0 +1,10 @@ +$NetBSD: patch-ah,v 1.1 2000/12/27 00:24:43 dmcmahill Exp $ + +--- search.c.orig Fri Oct 15 23:51:49 1999 ++++ search.c Tue Dec 26 19:21:00 2000 +@@ -29,4 +29,5 @@ + + #include <stdio.h> ++#include <string.h> + #include "common.h" + |