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