From: James Turner Date: Tue, 21 Aug 2012 21:49:36 +0000 (+0100) Subject: Unbreak Linux: malloc() needs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=473249d6057e5d36f93df5d5c948c199eda765c4;p=simgear.git Unbreak Linux: malloc() needs --- diff --git a/simgear/sound/readwav.cxx b/simgear/sound/readwav.cxx index 54acda5a..84fd81b9 100644 --- a/simgear/sound/readwav.cxx +++ b/simgear/sound/readwav.cxx @@ -21,6 +21,7 @@ #include "readwav.hxx" #include +#include #include // for gzXXX functions