More header/autoconf fixes, improve winsize checking

darcs-hash:20060809225338-ac50b-7162a690e44e2272f4760723f5bf8cc135dc5952.gz
This commit is contained in:
axel
2006-08-10 08:53:38 +10:00
parent 8207030b21
commit 41f8007a03
8 changed files with 66 additions and 4 deletions

View File

@@ -9,7 +9,14 @@
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_SYS_TERMIOS_H
#include <sys/termios.h>
#endif
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#include <sys/time.h>
#include <sys/wait.h>
#include <dirent.h>