Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/include-termios-for-osol' into maint
author
Junio C Hamano
<gitster@pobox.com>
Wed, 10 Feb 2010 21:01:55 +0000
(13:01 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 10 Feb 2010 21:01:55 +0000
(13:01 -0800)
* nd/include-termios-for-osol:
Add missing #include to support TIOCGWINSZ on Solaris
git-compat-util.h
patch
|
blob
|
history
raw
(from parent 1:
a42332c
)
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 5c596875c2e78a92031915948444971126d91a78..a979e41c15e90a07323cef04dbd05b82f1aa4b15 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-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