mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
tools/syz-prog2c: import targets
Currently syz-prog2c is broken as it does not import any targets. Import sys package.
This commit is contained in:
parent
1cfc524354
commit
d49f04b345
@ -12,6 +12,7 @@ import (
|
||||
|
||||
"github.com/google/syzkaller/pkg/csource"
|
||||
"github.com/google/syzkaller/prog"
|
||||
_ "github.com/google/syzkaller/sys"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user