Skip to content

Commit

Permalink
Merge branch 'nd/include-termios-for-osol' into maint
Browse files Browse the repository at this point in the history
* nd/include-termios-for-osol:
  Add missing #include to support TIOCGWINSZ on Solaris
  • Loading branch information
Junio C Hamano committed Feb 10, 2010
2 parents a42332c + eb80042 commit 2e9d733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-compat-util.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e9d733

Please sign in to comment.