From fca80df9e638a7d68147d91cbffda95aed96ab5c Mon Sep 17 00:00:00 2001
From: dzwdz
Date: Thu, 23 Feb 2023 20:07:59 +0100
Subject: build: don't -Isrc/ in user code

---
 src/user/bootstrap/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/user/bootstrap')

diff --git a/src/user/bootstrap/main.c b/src/user/bootstrap/main.c
index b6d30f4..c12989e 100644
--- a/src/user/bootstrap/main.c
+++ b/src/user/bootstrap/main.c
@@ -3,7 +3,7 @@
 #include <camellia/syscalls.h>
 #include <stdio.h>
 #include <string.h>
-#include <user/lib/elfload.h>
+#include <elfload.h>
 #include <camellia/fs/misc.h>
 
 #include "tar.h"
-- 
cgit v1.2.3