Skip to content

Commit

Permalink
Fix declration loop
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Nov 5, 2024
1 parent 2080e3f commit ed32157
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/zenoh-pico/net/session.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "zenoh-pico/collections/list.h"
#include "zenoh-pico/config.h"
#include "zenoh-pico/protocol/core.h"
#include "zenoh-pico/session/liveliness.h"
#include "zenoh-pico/session/session.h"
#include "zenoh-pico/utils/config.h"

Expand Down
4 changes: 4 additions & 0 deletions include/zenoh-pico/session/liveliness.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
#ifndef ZENOH_PICO_SESSION_LIVELINESS_H
#define ZENOH_PICO_SESSION_LIVELINESS_H

#include "zenoh-pico/session/session.h"

#if Z_FEATURE_LIVELINESS == 1
typedef struct _z_session_t _z_session_t;

typedef struct {
_z_keyexpr_t _key;
_z_closure_reply_callback_t _callback;
Expand Down

0 comments on commit ed32157

Please sign in to comment.