summaryrefslogtreecommitdiff
path: root/games/exult/patches/patch-objs_chunkter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'games/exult/patches/patch-objs_chunkter.cc')
-rw-r--r--games/exult/patches/patch-objs_chunkter.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/exult/patches/patch-objs_chunkter.cc b/games/exult/patches/patch-objs_chunkter.cc
new file mode 100644
index 00000000000..d2366ba2201
--- /dev/null
+++ b/games/exult/patches/patch-objs_chunkter.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-objs_chunkter.cc,v 1.1 2011/11/25 21:53:26 joerg Exp $
+
+--- objs/chunkter.cc.orig 2011-11-25 17:56:42.000000000 +0000
++++ objs/chunkter.cc
+@@ -30,6 +30,7 @@ Foundation, Inc., 59 Temple Place - Suit
+ #ifdef INCL_OPENGL
+ #include "glshape.h"
+ #endif
++#include <cstring>
+
+ Chunk_terrain *Chunk_terrain::render_queue = 0;
+ int Chunk_terrain::queue_size = 0;