diff options
Diffstat (limited to 'src/user/lib/elfload.c')
-rw-r--r-- | src/user/lib/elfload.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/user/lib/elfload.c b/src/user/lib/elfload.c index ef14388..45ce2a0 100644 --- a/src/user/lib/elfload.c +++ b/src/user/lib/elfload.c @@ -1,6 +1,6 @@ -#include <shared/execbuf.h> -#include <shared/flags.h> -#include <shared/syscalls.h> +#include <camellia/execbuf.h> +#include <camellia/flags.h> +#include <camellia/syscalls.h> #include <user/lib/elf.h> #include <user/lib/elfload.h> |