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/cWebAdmin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/cWebAdmin.cpp') diff --git a/source/cWebAdmin.cpp b/source/cWebAdmin.cpp index 005a85424..002505c1f 100644 --- a/source/cWebAdmin.cpp +++ b/source/cWebAdmin.cpp @@ -21,6 +21,7 @@ #include #else #include + #include // auto_ptr #endif -- cgit v1.2.3