Fix build error -- import hulk.util

This commit is contained in:
Josh Holtrop 2023-04-05 01:08:55 -04:00
parent ea6f485bd9
commit f6fde01b06

View File

@ -13,6 +13,7 @@ import hulk.klog;
import hulk.bootinfo; import hulk.bootinfo;
import hulk.header; import hulk.header;
import hulk.linker_addresses; import hulk.linker_addresses;
import hulk.util;
struct Hurl struct Hurl
{ {