]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
oops. include math.h when using round().
authorDL1YCF <dl1ycf@darc.de>
Sun, 19 Sep 2021 21:34:33 +0000 (23:34 +0200)
committerDL1YCF <dl1ycf@darc.de>
Sun, 19 Sep 2021 21:34:33 +0000 (23:34 +0200)
actions.c

index 613b2e02ac3e688c14184d8e827e648c61026ccc..aa08f15eabfc9d3120a75cf0ae4284a76aed0f0c 100644 (file)
--- a/actions.c
+++ b/actions.c
@@ -1,4 +1,5 @@
 #include <gtk/gtk.h>
+#include <math.h>
 
 #include "main.h"
 #include "discovery.h"