Skip to content

Commit

Permalink
Merge pull request #708 from openziti/no.sys.time.on.msvc
Browse files Browse the repository at this point in the history
fix msvc builds
  • Loading branch information
scareything authored Aug 14, 2024
2 parents 61e74ee + cb144c3 commit 5cbbb5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/ziti/model_support.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdlib.h>
#ifndef _MSC_VER
#include <sys/time.h>
#endif
#endif

#include <string.h>

Expand Down

0 comments on commit 5cbbb5c

Please sign in to comment.