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

1
tty.c
View File

@ -28,6 +28,7 @@
#include <stdlib.h>
#include <string.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include "tmux.h"