X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsysproc.h;h=a6b9cb38a1dd29909cc6c12e19b8093054d3c9f5;hb=98f1518a09e923a4f8b14b6a637cc283f02719bd;hp=f8302e21c7047d2ebcb1ee7e9bb03e012569261f;hpb=dd8f4c0e5ff27909836e7478df6b17d816a0db28;p=chise%2Fxemacs-chise.git- 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.