diff options
Diffstat (limited to 'core/os/stat.odin')
| -rw-r--r-- | core/os/stat.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/stat.odin b/core/os/stat.odin index 0a9ac4e57..fa92e8a8e 100644 --- a/core/os/stat.odin +++ b/core/os/stat.odin @@ -1,4 +1,4 @@ -package os2 +package os import "base:runtime" import "core:strings" |