Explorar el Código

style: kernel_main.c include paths

greatbridf hace 2 años
padre
commit
f495739520
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/kernel_main.c

+ 1 - 1
src/kernel_main.c

@@ -1,4 +1,4 @@
-#include <kernel_main.h>
+#include "kernel_main.h"
 
 #include <asm/boot.h>
 #include <asm/port_io.h>