From f93f08b17ca7d38ef06456a607f464a9fbb4973a Mon Sep 17 00:00:00 2001 From: John Melton G0ORX Date: Sun, 23 Feb 2020 12:02:02 +0000 Subject: [PATCH] Added include vfo.h to remove warning on vfo_move call --- main.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.45.2