From 45ad6d6a8e334765a347619b8d7cf561ba475163 Mon Sep 17 00:00:00 2001 From: c vw Date: Mon, 11 Nov 2019 11:06:48 +0100 Subject: [PATCH] include SOAPY if compiled with SOAPY --- portaudio.c | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.45.2