diff options
Diffstat (limited to 'lib/libc/time/ctime.c')
| -rw-r--r-- | lib/libc/time/ctime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/time/ctime.c b/lib/libc/time/ctime.c index bddd30cf..989ddcfc 100644 --- a/lib/libc/time/ctime.c +++ b/lib/libc/time/ctime.c @@ -1,4 +1,4 @@ -#include <time.h> +#include <time.h> // for asctime, localtime, ctime, time_t char *ctime(const time_t *clock) { |
