diff options
Diffstat (limited to 'games/grhino/patches/patch-gen__book.cc')
-rw-r--r-- | games/grhino/patches/patch-gen__book.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/grhino/patches/patch-gen__book.cc b/games/grhino/patches/patch-gen__book.cc new file mode 100644 index 00000000000..779b1f3d0e5 --- /dev/null +++ b/games/grhino/patches/patch-gen__book.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-gen__book.cc,v 1.1 2011/11/24 14:08:05 joerg Exp $ + +--- gen_book.cc.orig 2011-11-24 01:15:36.000000000 +0000 ++++ gen_book.cc +@@ -20,6 +20,7 @@ + + #include "config.h" + ++#include <cstring> + #include <fstream> + #include <sstream> + |