mirror of
https://github.com/git/git
synced 2024-10-29 10:09:02 +00:00
Merge branch 'nd/include-termios-for-osol' into maint
* nd/include-termios-for-osol: Add missing #include to support TIOCGWINSZ on Solaris
This commit is contained in:
commit
2e9d7330aa
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
|||
#include <sys/poll.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <termios.h>
|
||||
#ifndef NO_SYS_SELECT_H
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue