From 473249d6057e5d36f93df5d5c948c199eda765c4 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 21 Aug 2012 22:49:36 +0100 Subject: [PATCH] Unbreak Linux: malloc() needs --- simgear/sound/readwav.cxx | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5