From e51e645d2a99dd79ac9e60cbe8470c6002dbd8a9 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Wed, 22 Sep 2021 22:38:04 -0500 Subject: [PATCH] Fix rigtestlibusb.c to include config.h --- tests/rigtestlibusb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rigtestlibusb.c b/tests/rigtestlibusb.c index 4689ff7e5..d6eaeed8c 100644 --- a/tests/rigtestlibusb.c +++ b/tests/rigtestlibusb.c @@ -24,6 +24,7 @@ #include #include +#include "config.h" #if defined(HAVE_LIBUSB_H) #include "libusb.h" #elif defined(HAVE_LIBUSB_1_0_LIBUSB_H)