]> git.dujemihanovic.xyz Git - nameless-os.git/blobdiff - boot/x86/stage3/prekernel.c
Complete build system rehaul
[nameless-os.git] / boot / x86 / stage3 / prekernel.c
index 280c35079da019c3a814bf602f401307645990fe..07bd7215abad42fa310927e5579dcd765f7134be 100644 (file)
@@ -1,5 +1,5 @@
-#include <elf.h>
-#include <paging.h>
+#include "elf.h"
+#include "paging.h"
 
 /* This bit of code will be run right after the segment registers have been set
  * up for protected mode. */