From cdb1a27004ef583039bcc3f2976b6c76206ae52b Mon Sep 17 00:00:00 2001
From: DL1YCF <dl1ycf@darc.de>
Date: Sun, 19 Sep 2021 23:34:33 +0200
Subject: [PATCH] oops. include math.h when using round().

---
 actions.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/actions.c b/actions.c
index 613b2e0..aa08f15 100644
--- a/actions.c
+++ b/actions.c
@@ -1,4 +1,5 @@
 #include <gtk/gtk.h>
+#include <math.h>
 
 #include "main.h"
 #include "discovery.h"
-- 
2.45.2