Skip to content

Commit

Permalink
Merge pull request #706 from openziti/include.sys.time
Browse files Browse the repository at this point in the history
ensure struct timeval is defined
  • Loading branch information
scareything authored Aug 14, 2024
2 parents 9fa5162 + 2cab7e8 commit 61e74ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/ziti/model_support.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdlib.h>
#include <sys/time.h>
#endif

#include <string.h>
Expand Down

0 comments on commit 61e74ee

Please sign in to comment.