]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Added include vfo.h to remove warning on vfo_move call
authorJohn Melton G0ORX <john.d.melton@googlemail.com>
Sun, 23 Feb 2020 12:02:02 +0000 (12:02 +0000)
committerJohn Melton G0ORX <john.d.melton@googlemail.com>
Sun, 23 Feb 2020 12:02:02 +0000 (12:02 +0000)
main.c

diff --git a/main.c b/main.c
index c2281a2b410e0425ccd2a4cbee3c73472dc18b47..39cdbb4eebeab10a70f9045eb633dff21cbaa997 100644 (file)
--- a/main.c
+++ b/main.c
@@ -58,6 +58,7 @@
 #include "soapy_protocol.h"
 #endif
 #include "ext.h"
+#include "vfo.h"
 
 struct utsname unameData;