From 425d83c49755542a6581358a9ce9289a58f7f97d Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 19 Jul 2011 05:32:39 -0700 Subject: [PATCH] Fix Linux compilation of netChat - explicit include of malloc.h required. --- simgear/io/sg_netChat.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/simgear/io/sg_netChat.cxx b/simgear/io/sg_netChat.cxx index 597bb47e..ee3c992a 100644 --- a/simgear/io/sg_netChat.cxx +++ b/simgear/io/sg_netChat.cxx @@ -26,7 +26,8 @@ #include #include // for strdup - +#include + namespace simgear { void