From cb89ae3f91104d5232c5d6220539de2fc5fea27a Mon Sep 17 00:00:00 2001 From: Alexander Bushnev Date: Thu, 12 Dec 2024 13:43:58 +0100 Subject: [PATCH] Build fix --- src/transport/common/transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/common/transport.c b/src/transport/common/transport.c index e32b5a7be..433a6a1b1 100644 --- a/src/transport/common/transport.c +++ b/src/transport/common/transport.c @@ -16,7 +16,7 @@ #include #include "zenoh-pico/link/link.h" -#include "zenoh-pico/system/platform_common.h" +#include "zenoh-pico/system/common/platform.h" #include "zenoh-pico/utils/result.h" void _z_common_transport_clear(_z_transport_common_t *ztc, bool detach_tasks) {