Add missing foreign import to time_darwin

This commit is contained in:
Chris Heyes
2019-11-01 19:39:26 +00:00
parent adca5b57cd
commit 044e64beb0

View File

@@ -1,5 +1,7 @@
package time
foreign import libc "system:c"
TimeSpec :: struct {
tv_sec : i64, /* seconds */
tv_nsec : i64, /* nanoseconds */