mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-18 00:48:23 +00:00
Add missing import that was accidentally deleted before commit
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
//+build !freestanding
|
||||
package crypto_hash
|
||||
|
||||
import "core:io"
|
||||
import "core:os"
|
||||
|
||||
// hash_file will read the file provided by the given handle and return the
|
||||
|
||||
Reference in New Issue
Block a user