From 41f8007a0369e57f24e3c50ff91bb6e23805bfba Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 10 Aug 2006 08:53:38 +1000 Subject: More header/autoconf fixes, improve winsize checking darcs-hash:20060809225338-ac50b-7162a690e44e2272f4760723f5bf8cc135dc5952.gz --- common.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'common.c') diff --git a/common.c b/common.c index f67e904b..b693cad3 100644 --- a/common.c +++ b/common.c @@ -24,7 +24,15 @@ parts of fish. #include #include #include + +#ifdef HAVE_SYS_TERMIOS_H +#include +#endif + +#ifdef HAVE_SYS_IOCTL_H #include +#endif + #include #include #include -- cgit v1.2.3