From 58dca25d8a54b464e24d82660b4b7a217e3330d7 Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Thu, 9 Jan 2020 19:38:54 +0100
Subject: [PATCH] missing include

---
 audio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/audio.c b/audio.c
index 0a3664e..ba5b3aa 100644
--- a/audio.c
+++ b/audio.c
@@ -46,6 +46,7 @@
 #ifdef SOAPYSDR
 #include "soapy_protocol.h"
 #endif
+#include "vfo.h"
 
 int audio = 0;
 int mic_buffer_size = 720; // samples (both left and right)
-- 
2.45.2