From d54dcb2efc4be344900a7721ac4b65b47840c5d2 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 26 Jul 2022 22:21:52 +0200 Subject: user/libc: exit() What an interesting commit. --- src/user/bootstrap/tar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/user/bootstrap/tar.h') 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 +#include _Noreturn void tar_driver(void *base); void *tar_find(const char *path, size_t path_len, void *base, size_t base_len); -- cgit v1.2.3