From 2580700ff928e2bceb68c88848530dae882c66d1 Mon Sep 17 00:00:00 2001 From: Lluciocc <114759545+Lluciocc@users.noreply.github.com> Date: Tue, 12 May 2026 18:40:27 +0200 Subject: [PATCH] Update time.c --- src/userland/cli/time.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/userland/cli/time.c b/src/userland/cli/time.c index 9a8ffaa..96776a1 100644 --- a/src/userland/cli/time.c +++ b/src/userland/cli/time.c @@ -2,7 +2,8 @@ // This software is released under the GNU General Public License v3.0. See LICENSE file for details. // This header needs to maintain in any file it is present in, as per the GPL license terms. -#include "../libc/stdlib.h" +#include "stdlib.h" +#include "syscall.h" #define CMDLINE_MAX 512