Skip to content

Commit 97f682b

Browse files
Missing header on macos stdlib
1 parent 175d96a commit 97f682b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/amongoc/loop.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#include <mlib/config.h>
88

9+
#include <time.h> // struct timespec
10+
911
typedef struct amongoc_loop_vtable amongoc_loop_vtable;
1012
typedef struct amongoc_loop amongoc_loop;
1113

0 commit comments

Comments
 (0)