From cb5e92cccdb30c10d11546a9a4bb92ca28831b9f Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Tue, 19 Sep 2023 22:59:00 +0200 Subject: [PATCH] drivers/usb-common.c: make sure to have settings like HAVE_LIBREGEX visible when processing other headers [#1369] Signed-off-by: Jim Klimov --- drivers/usb-common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb-common.c b/drivers/usb-common.c index ccdb104a59..6c10860ef8 100644 --- a/drivers/usb-common.c +++ b/drivers/usb-common.c @@ -17,6 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" /* must be first */ #include "common.h" #include "usb-common.h"