X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsysproc.h;h=a6b9cb38a1dd29909cc6c12e19b8093054d3c9f5;hb=b073ad3949bbab4cf51e6c5de4725bb150b3ad11;hp=f8302e21c7047d2ebcb1ee7e9bb03e012569261f;hpb=762383636a99307282c2d93d26c35c046ec24da1;p=chise%2Fxemacs-chise.git.1 diff --git a/src/sysproc.h b/src/sysproc.h index f8302e2..a6b9cb3 100644 --- a/src/sysproc.h +++ b/src/sysproc.h @@ -118,6 +118,26 @@ Boston, MA 02111-1307, USA. */ #include #endif +#ifdef HAVE_STROPTS_H +#include /* isastream(), I_PUSH */ +#endif + +#ifdef HAVE_STRTIO_H +#include /* TIOCSIGNAL */ +#endif + +#ifdef HAVE_PTY_H +#include /* openpty() on Tru64, Linux */ +#endif + +#ifdef HAVE_LIBUTIL_H +#include /* openpty() on FreeBSD */ +#endif + +#ifdef HAVE_UTIL_H +#include /* openpty() on NetBSD */ +#endif + #ifdef FD_SET /* We could get this from param.h, but better not to depend on finding that.