Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2024-05-14 14:01:10 +01:00
commit 452d987e0e
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"