From: John Melton G0ORX <john.d.melton@googlemail.com>
Date: Sun, 23 Feb 2020 12:02:02 +0000 (+0000)
Subject: Added include vfo.h to remove warning on vfo_move call
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/%22doc.html/%22file://%22%3C?a=commitdiff_plain;h=f93f08b17ca7d38ef06456a607f464a9fbb4973a;p=pihpsdr.git

Added include vfo.h to remove warning on vfo_move call
---

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