From 68bdf35391822418170ed627bb57bd3e0a844cf2 Mon Sep 17 00:00:00 2001 From: Alexander Bushnev <Alexander@Bushnev.pro> Date: Thu, 12 Dec 2024 13:43:58 +0100 Subject: [PATCH] Rebase 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 <stdbool.h> #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) {