Merge branch 'nd/include-termios-for-osol' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 10 Feb 2010 21:01:55 +0000 (13:01 -0800)
committerJunio 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
index 5c596875c2e78a92031915948444971126d91a78..a979e41c15e90a07323cef04dbd05b82f1aa4b15 100644 (file)
@@ -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