mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
13 lines
334 B
Diff
13 lines
334 B
Diff
diff --git a/noson/src/private/os/threads/timeout.h b/noson/src/private/os/threads/timeout.h
|
|
index f0c3453..d65fcd7 100644
|
|
--- a/noson/src/private/os/threads/timeout.h
|
|
+++ b/noson/src/private/os/threads/timeout.h
|
|
@@ -26,6 +26,8 @@
|
|
#include <mach/mach_time.h>
|
|
#endif
|
|
|
|
+#include <time.h>
|
|
+
|
|
#ifdef NSROOT
|
|
namespace NSROOT {
|
|
#endif
|