Skip to content

Commit

Permalink
[FIXED] build error (nats-io#819)
Browse files Browse the repository at this point in the history
add stddef include to fix error build with NATS_BUILD_WITH_TLS=OFF NATS_BUILD_STREAMING=OFF NATS_BUILD_USE_SODIUM=OFF
  • Loading branch information
oldnick85 committed Nov 19, 2024
1 parent adb9074 commit 794a263
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/glib/glib.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <stddef.h>

#include "glibp.h"

#include "../util.h"
Expand Down

0 comments on commit 794a263

Please sign in to comment.