Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 12, 2024
1 parent d423ae4 commit cb89ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/common/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit cb89ae3

Please sign in to comment.