From a7c5b8c47b544312ccb2af65d16fce7e7a0ea15c Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Tue, 4 Nov 2025 22:25:01 +0530 Subject: [PATCH] Fix cmoka tests --- src/download.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/download.c b/src/download.c index c80f919..f2b43f7 100644 --- a/src/download.c +++ b/src/download.c @@ -22,6 +22,10 @@ #include "session.h" #include "uci_utils.h" +#ifndef BBF_VENDOR_PREFIX +#define BBF_VENDOR_PREFIX "X_IOWRT_EU_" +#endif + LIST_HEAD(list_download); LIST_HEAD(list_schedule_download);