Clock.c3 fix.

This commit is contained in:
Christoffer Lerno
2024-02-16 21:31:49 +01:00
parent 812dc0c292
commit 1f052da0b9
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
module std::time;
import std::io;
import std::io, std::time::os;
distinct Time = long;
distinct Duration = long;