From ac7db26f1788973fd8d8d6ed0cd455552eb11d09 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 19 Jul 2011 06:17:05 -0700 Subject: [PATCH] But of course, Mac lacks malloc.h - so you cstdlib instead. --- simgear/io/sg_netChat.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/io/sg_netChat.cxx b/simgear/io/sg_netChat.cxx index ee3c992a..f007e285 100644 --- a/simgear/io/sg_netChat.cxx +++ b/simgear/io/sg_netChat.cxx @@ -26,7 +26,7 @@ #include #include // for strdup -#include +#include namespace simgear { -- 2.39.5