Skip to content

Commit

Permalink
only include fcntl.h and unistd.h on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
r-caamano committed Oct 4, 2024
1 parent 2028293 commit d1e4586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/ziti-edge-tunnel/ziti-edge-tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
#include <service-utils.h>
#if __linux__
#include <sys/wait.h>
#endif
#include <fcntl.h>
#include <unistd.h>
#endif

#if __APPLE__ && __MACH__
#include "netif_driver/darwin/utun.h"
Expand Down

0 comments on commit d1e4586

Please sign in to comment.