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:
Julien CLEMENT 2021-07-14 13:47:21 +02:00
parent 439394c667
commit 5ada33613a

1
k/k.c
View File

@ -26,6 +26,7 @@
#include "multiboot.h"
#include "stdio.h"
#include "serial.h"
#include "gdt.h"
static void k_init(void)
{