From: DL1YCF Date: Sun, 19 Sep 2021 21:34:33 +0000 (+0200) Subject: oops. include math.h when using round(). X-Git-Url: https://git.rkrishnan.org/listings/vdrive/index.php?a=commitdiff_plain;h=cdb1a27004ef583039bcc3f2976b6c76206ae52b;p=pihpsdr.git oops. include math.h when using round(). --- diff --git a/actions.c b/actions.c index 613b2e0..aa08f15 100644 --- a/actions.c +++ b/actions.c @@ -1,4 +1,5 @@ #include +#include #include "main.h" #include "discovery.h"