diff options
author | dzwdz | 2022-07-26 22:21:52 +0200 |
---|---|---|
committer | dzwdz | 2022-07-26 22:34:22 +0200 |
commit | d54dcb2efc4be344900a7721ac4b65b47840c5d2 (patch) | |
tree | 8d0b2a5158809fe64a40e3b362c01f1b2f22772e /src/user/bootstrap/tar.h | |
parent | 059ef013683e780a6603b228cd1fd8391d11494e (diff) |
user/libc: exit()
What an interesting commit.
Diffstat (limited to 'src/user/bootstrap/tar.h')
-rw-r--r-- | src/user/bootstrap/tar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/bootstrap/tar.h b/src/user/bootstrap/tar.h index fe4d6c5..e7ab130 100644 --- a/src/user/bootstrap/tar.h +++ b/src/user/bootstrap/tar.h @@ -1,5 +1,6 @@ #pragma once #include <camellia/types.h> +#include <stddef.h> _Noreturn void tar_driver(void *base); void *tar_find(const char *path, size_t path_len, void *base, size_t base_len); |