fix(gdt): include gdt.h in k.c to remove compile warning
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
parent
439394c667
commit
5ada33613a
1
k/k.c
1
k/k.c
@ -26,6 +26,7 @@
|
||||
#include "multiboot.h"
|
||||
#include "stdio.h"
|
||||
#include "serial.h"
|
||||
#include "gdt.h"
|
||||
|
||||
static void k_init(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user