projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c733662
)
oops. include math.h when using round().
author
DL1YCF
<dl1ycf@darc.de>
Sun, 19 Sep 2021 21:34:33 +0000
(23:34 +0200)
committer
DL1YCF
<dl1ycf@darc.de>
Sun, 19 Sep 2021 21:34:33 +0000
(23:34 +0200)
actions.c
patch
|
blob
|
history
diff --git
a/actions.c
b/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"