From 16f92b290157b3af2a1037ca854832348b4ad015 Mon Sep 17 00:00:00 2001 From: "mtilden@gmail.com" Date: Tue, 31 Jan 2012 05:37:59 +0000 Subject: Linux fixes, but while it compiles, when a user joins it crashes the server with "*** glibc detected *** ./MCServer: double free or corruption (out): 0x00007fb5f5158db0 ***" Please look into this. Also, am I the only one compiling/using Linux? git-svn-id: http://mc-server.googlecode.com/svn/trunk@198 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChunkMap.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/cChunkMap.cpp') diff --git a/source/cChunkMap.cpp b/source/cChunkMap.cpp index d3dba0510..4e9fd5c62 100644 --- a/source/cChunkMap.cpp +++ b/source/cChunkMap.cpp @@ -11,6 +11,7 @@ #ifndef _WIN32 #include // memcpy #include // abs + #include // auto_ptr #endif #include "zlib.h" -- cgit v1.2.3