Update time.c

This commit is contained in:
Lluciocc 2026-05-12 18:40:27 +02:00 committed by GitHub
parent 078ad437a5
commit 2580700ff9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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