Skip to content

Commit

Permalink
Merge branch 'nd/include-termios-for-osol'
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 Jan 19, 2010
2 parents 3cd02df + eb80042 commit 2431575
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 2431575

Please sign in to comment.