Skip to content

Commit

Permalink
stdbool
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Jan 23, 2025
1 parent ca7e13a commit d43401d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/pubnub_netcore.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#if !defined INC_PUBNUB_NETCORE
#define INC_PUBNUB_NETCORE

#include "stdbool.h"

/** @file pubnub_netcore.h
This is the interface of the Pubnub C-core network module.
Expand Down
1 change: 1 addition & 0 deletions core/pubnub_ntf_enforcement.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#if defined PUBNUB_NTF_RUNTIME_SELECTION

#include "core/pubnub_api_types.h"
#include "core/pubnub_netcore.h"

/** The PubNub API enforcement policy.
*
Expand Down

0 comments on commit d43401d

Please sign in to comment.