diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-01-11 17:41:01 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-11 19:55:33 -0800 |
commit | eb80042c6a631aee74bd0d1b1dd845784e9788cd (patch) | |
tree | edc78f1e6a3c2d9ac3ba306e9a1f9fe4664b4ac9 /t | |
parent | Git 1.6.6 (diff) | |
download | tgif-eb80042c6a631aee74bd0d1b1dd845784e9788cd.tar.xz |
Add missing #include to support TIOCGWINSZ on Solaris
On Linux TIOCGWINSZ is defined somehwere in ioctl.h, which is already
included. On Solaris we also need to include termios.h. Without this
term_columns() in help.c will think TIOCGWINSZ is not supported and
always return 80 columns.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions