From 6289d47e23a7bdcf8801ce5ed3711e21b166e630 Mon Sep 17 00:00:00 2001 From: Vivek Dutta Date: Wed, 5 Nov 2025 15:29:19 +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);