Add reallocarray to compat.

This commit is contained in:
Nicholas Marriott
2015-11-18 12:54:29 +00:00
parent 349a62ed4f
commit a77960c540
3 changed files with 50 additions and 0 deletions

View File

@ -234,6 +234,9 @@ endif
if NO_OPENAT
nodist_tmux_SOURCES += compat/openat.c
endif
if NO_REALLOCARRAY
nodist_tmux_SOURCES += compat/reallocarray.c
endif
# Install tmux.1 in the right format.
install-exec-hook: