]> git.dujemihanovic.xyz Git - nameless-os.git/blobdiff - boot/x86/stage3/elf.c
Complete build system rehaul
[nameless-os.git] / boot / x86 / stage3 / elf.c
index d3d215ffa71fbcfca830e64c75c5ed15383cc597..8621c39f7689b8b5c3336661796bde5dcf28187c 100644 (file)
@@ -1,7 +1,7 @@
 /* Code for parsing ELF binaries (the kernel) */
 
-#include <elf.h>
-#include <paging.h>
+#include "elf.h"
+#include "paging.h"
 #include <stdint.h>
 
 int check_elf_header(struct elf_header *header)