From 06a8a9c5368638d94efe04ee348030bf4471cebb Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Thu, 4 Oct 2012 21:14:48 +0200 Subject: [PATCH] Fix Linux build: "malloc" needs stdlib.h --- src/Sound/morse.cxx | 2 ++ 1 file changed, 2 insertions(+) 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'; -- 2.39.5