Add missing time.h to tty.c (from Ismail Donmez), also remove some stray

spaces.
This commit is contained in:
nicm
2024-05-14 10:11:09 +00:00
parent 5b5004e5ac
commit a18d1146aa
2 changed files with 4 additions and 3 deletions

View File

@ -258,7 +258,7 @@ server_loop(void)
struct client *c;
u_int items;
current_time = time (NULL);
current_time = time(NULL);
do {
items = cmdq_next(NULL);