Add b64_pton as well.

This commit is contained in:
Nicholas Marriott
2017-01-22 19:12:15 +00:00
parent 61af9d7cc2
commit acf331f7f1
4 changed files with 155 additions and 20 deletions

View File

@ -250,7 +250,7 @@ if NO_STRTONUM
nodist_tmux_SOURCES += compat/strtonum.c
endif
if NO_B64_NTOP
nodist_tmux_SOURCES += compat/b64_ntop.c
nodist_tmux_SOURCES += compat/base64.c
endif
if NO_CFMAKERAW
nodist_tmux_SOURCES += compat/cfmakeraw.c