diff options
author | dzwdz | 2022-07-26 18:16:10 +0200 |
---|---|---|
committer | dzwdz | 2022-07-26 18:16:10 +0200 |
commit | 18667c48b0cf6497b50c00f00f474d79a68f59ce (patch) | |
tree | 83029f59242d6b5f5d486284e6542a31f0cda415 /src/user/bootstrap/tar.h | |
parent | 13519597d98c9271b7856242d5625896d18803c5 (diff) |
shared: move some headers from shared/ to camellia/
Diffstat (limited to 'src/user/bootstrap/tar.h')
-rw-r--r-- | src/user/bootstrap/tar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/bootstrap/tar.h b/src/user/bootstrap/tar.h index 43aa9ed..fe4d6c5 100644 --- a/src/user/bootstrap/tar.h +++ b/src/user/bootstrap/tar.h @@ -1,5 +1,5 @@ #pragma once -#include <shared/types.h> +#include <camellia/types.h> _Noreturn void tar_driver(void *base); void *tar_find(const char *path, size_t path_len, void *base, size_t base_len); |