From: c vw <dl1ycf@darc.de>
Date: Mon, 11 Nov 2019 10:06:48 +0000 (+0100)
Subject: include SOAPY if compiled with SOAPY
X-Git-Url: https://git.rkrishnan.org/vdrive/components/frontends/%22file://%22%22?a=commitdiff_plain;h=45ad6d6a8e334765a347619b8d7cf561ba475163;p=pihpsdr.git

include SOAPY if compiled with SOAPY
---

diff --git a/portaudio.c b/portaudio.c
index c46f451..b4f2ca1 100644
--- a/portaudio.c
+++ b/portaudio.c
@@ -33,6 +33,9 @@
 #include "mode.h"
 #include "portaudio.h"
 #include "audio.h"
+#ifdef SOAPYSDR
+#include "soapy_protocol.h"
+#endif
 
 static PaStream *record_handle=NULL;