Solaris fixes, mostly from Dagobert Michelsen.

This commit is contained in:
Nicholas Marriott
2017-03-09 15:39:13 +00:00
parent 5d3296c53b
commit 514a723f74
8 changed files with 126 additions and 1 deletions

1
tmux.c
View File

@ -19,7 +19,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <err.h>
#include <errno.h>
#include <event.h>
#include <fcntl.h>