]> git.mxchange.org Git - simgear.git/commitdiff
Fix Linux compilation of netChat - explicit include of malloc.h required.
authorJames Turner <zakalawe@mac.com>
Tue, 19 Jul 2011 12:32:39 +0000 (05:32 -0700)
committerJames Turner <zakalawe@mac.com>
Tue, 19 Jul 2011 12:32:39 +0000 (05:32 -0700)
simgear/io/sg_netChat.cxx

index 597bb47e19c6dc589c2f36fa371ae0e7007669da..ee3c992a16f81dc37e3af3252b3b24f4b8f4756b 100644 (file)
@@ -26,7 +26,8 @@
 #include <simgear/io/sg_netChat.hxx>
 
 #include <cstring> // for strdup
-         
+#include <malloc.h>
+
 namespace  simgear {
 
 void