Skip to content

Commit 55a84bb

Browse files
committed
fix: add missed import
1 parent 1ad6b0a commit 55a84bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/runtime/baremetal_memory.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
package runtime
44

5+
import (
6+
"unsafe"
7+
)
8+
59
//go:extern _heap_start
610
var heapStartSymbol [0]byte
711

0 commit comments

Comments
 (0)