From: ThorstenB Date: Thu, 4 Oct 2012 19:14:48 +0000 (+0200) Subject: Fix Linux build: "malloc" needs stdlib.h X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=06a8a9c5368638d94efe04ee348030bf4471cebb;p=flightgear.git Fix Linux build: "malloc" needs stdlib.h --- diff --git a/src/Sound/morse.cxx b/src/Sound/morse.cxx index f4636db8b..1563841ab 100644 --- a/src/Sound/morse.cxx +++ b/src/Sound/morse.cxx @@ -25,7 +25,9 @@ #include "morse.hxx" #include + #include +#include static const char DI = '1'; static const char DIT = '1';