Skip to content

Commit 2e9d733

Browse files
committed
Merge branch 'nd/include-termios-for-osol' into maint
* nd/include-termios-for-osol: Add missing #include to support TIOCGWINSZ on Solaris
2 parents a42332c + eb80042 commit 2e9d733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-compat-util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
#include <sys/poll.h>
9797
#include <sys/socket.h>
9898
#include <sys/ioctl.h>
99+
#include <termios.h>
99100
#ifndef NO_SYS_SELECT_H
100101
#include <sys/select.h>
101102
#endif

0 commit comments

Comments
 (0)