From: c vw Date: Wed, 24 Feb 2021 14:26:13 +0000 (+0100) Subject: Include iambic.h only if compiled with LOCALCW X-Git-Url: https://git.rkrishnan.org/listings/vdrive/index.php?a=commitdiff_plain;h=836e7ed9e4a047bce51fc3e901e9746106c1f1c0;p=pihpsdr.git Include iambic.h only if compiled with LOCALCW --- diff --git a/new_protocol.c b/new_protocol.c index 55695e8..2066e8f 100644 --- a/new_protocol.c +++ b/new_protocol.c @@ -59,7 +59,9 @@ #include "toolbar.h" #include "vox.h" #include "ext.h" +#ifdef LOCALCW #include "iambic.h" +#endif #define min(x,y) (x