Fix Linux compilation of netChat - explicit include of malloc.h required.
This commit is contained in:
parent
a7d338a58e
commit
425d83c497
@ -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 {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user