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

View File

@ -204,6 +204,9 @@ endif
if NO_IMSG
nodist_tmux_SOURCES += compat/imsg.c compat/imsg-buffer.c
endif
if NO_ERR_H
nodist_tmux_SOURCES += compat/err.c
endif
if NO_CLOSEFROM
nodist_tmux_SOURCES += compat/closefrom.c
endif