Fix Linux compilation of netChat - explicit include of malloc.h required.

This commit is contained in:
James Turner 2011-07-19 05:32:39 -07:00
parent a7d338a58e
commit 425d83c497

View File

@ -26,6 +26,7 @@
#include <simgear/io/sg_netChat.hxx> #include <simgear/io/sg_netChat.hxx>
#include <cstring> // for strdup #include <cstring> // for strdup
#include <malloc.h>
namespace simgear { namespace simgear {