Skip to content

Commit

Permalink
ensure struct timeval is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Aug 14, 2024
1 parent 9fa5162 commit 2cab7e8
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 2cab7e8

Please sign in to comment.