X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsysproc.h;h=a6b9cb38a1dd29909cc6c12e19b8093054d3c9f5;hb=fe69da567ca919e0d5757dd5fb1e5c8d7cb93408;hp=fc23d276fe384b48130ea62edf51962f07c7e7ca;hpb=1d9bc86590766427e2431876a50d78206a99edd5;p=chise%2Fxemacs-chise.git diff --git a/src/sysproc.h b/src/sysproc.h index fc23d27..a6b9cb3 100644 --- a/src/sysproc.h +++ b/src/sysproc.h @@ -131,7 +131,11 @@ Boston, MA 02111-1307, USA. */ #endif #ifdef HAVE_LIBUTIL_H -#include /* openpty() on BSD */ +#include /* openpty() on FreeBSD */ +#endif + +#ifdef HAVE_UTIL_H +#include /* openpty() on NetBSD */ #endif #ifdef FD_SET