Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add missing #include to support TIOCGWINSZ on Solaris
[gitweb.git]
/
git-compat-util.h
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