X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsysproc.h;h=fc23d276fe384b48130ea62edf51962f07c7e7ca;hb=0d4f9bdec1ceedd52112534582ba2842b1818250;hp=f8302e21c7047d2ebcb1ee7e9bb03e012569261f;hpb=762383636a99307282c2d93d26c35c046ec24da1;p=chise%2Fxemacs-chise.git- diff --git a/src/sysproc.h b/src/sysproc.h index f8302e2..fc23d27 100644 --- a/src/sysproc.h +++ b/src/sysproc.h @@ -118,6 +118,22 @@ 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 BSD */ +#endif + #ifdef FD_SET /* We could get this from param.h, but better not to depend on finding that.