diff options
Diffstat (limited to 'device/initrd.c')
-rw-r--r-- | device/initrd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/initrd.c b/device/initrd.c index 58f38c9..b57687c 100644 --- a/device/initrd.c +++ b/device/initrd.c @@ -5,7 +5,7 @@ #include "device/initrd.h" #include "boot.h" #include "object.h" -#include "jove.h" +#include "init.h" #include "bootargs.h" #include "print.h" #include "string.h" |