mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-13 01:48:42 +00:00
Update time.c
This commit is contained in:
parent
078ad437a5
commit
2580700ff9
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue