Skip to content

Commit

Permalink
don't include <sys/time.h> for msvc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Aug 14, 2024
1 parent 61e74ee commit cb144c3
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 cb144c3

Please sign in to comment.