Skip to content

Commit

Permalink
Clang fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Apr 4, 2024
1 parent 686b9f9 commit 9159306
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/unix/c11/z_sub_channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ int main(int argc, char **argv) {
}

z_undeclare_subscriber(z_move(sub));
z_drop(z_move(channel));

// Stop read and lease tasks for zenoh-pico
zp_stop_read_task(z_loan(s));
Expand Down
1 change: 1 addition & 0 deletions src/api/handlers.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//

#include "zenoh-pico/api/handlers.h"

#include "zenoh-pico/net/memory.h"
#include "zenoh-pico/system/platform.h"

Expand Down
1 change: 1 addition & 0 deletions src/collections/fifo_mt.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//

#include "zenoh-pico/collections/fifo_mt.h"

#include "zenoh-pico/protocol/core.h"
#include "zenoh-pico/utils/logging.h"

Expand Down
1 change: 1 addition & 0 deletions src/collections/ring_mt.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//

#include "zenoh-pico/collections/ring_mt.h"

#include "zenoh-pico/protocol/core.h"
#include "zenoh-pico/utils/logging.h"

Expand Down

0 comments on commit 9159306

Please sign in to comment.