Skip to content

Commit

Permalink
Add missed include for Mac OS build
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Nov 17, 2023
1 parent 2066359 commit 57eca8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/z_pub_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// ZettaScale Zenoh Team, <[email protected]>
//
#include <stdio.h>
#include <string.h>

#include "zenoh.h"
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32) && !defined(__CYGWIN__)
Expand Down

0 comments on commit 57eca8a

Please sign in to comment.