From edb7fc07bf93e4a1883cccf45ad7a4b2cbf390d9 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 28 Aug 2022 23:54:47 +0200 Subject: user/lua: prepare libc headers --- src/user/bootstrap/main.c | 1 + src/user/bootstrap/tar.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/user/bootstrap') diff --git a/src/user/bootstrap/main.c b/src/user/bootstrap/main.c index 9a9a922..ea92af6 100644 --- a/src/user/bootstrap/main.c +++ b/src/user/bootstrap/main.c @@ -1,6 +1,7 @@ #include #include #include +#include #include #include diff --git a/src/user/bootstrap/tar.c b/src/user/bootstrap/tar.c index 0a6a8a9..752c86e 100644 --- a/src/user/bootstrap/tar.c +++ b/src/user/bootstrap/tar.c @@ -4,8 +4,8 @@ #include #include #include +#include #include -#include #include #include -- cgit v1.2.3