diff options
Diffstat (limited to 'src/user/bootstrap/main.c')
-rw-r--r-- | src/user/bootstrap/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |