Mercurial > hg > xemacs-beta
diff src/sysproc.h @ 458:c33ae14dd6d0 r21-2-44
Import from CVS: tag r21-2-44
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:42:25 +0200 |
parents | 576fb035e263 |
children | 943eaba38521 |
line wrap: on
line diff
--- a/src/sysproc.h Mon Aug 13 11:41:26 2007 +0200 +++ b/src/sysproc.h Mon Aug 13 11:42:25 2007 +0200 @@ -131,7 +131,11 @@ #endif #ifdef HAVE_LIBUTIL_H -#include <libutil.h> /* openpty() on BSD */ +#include <libutil.h> /* openpty() on FreeBSD */ +#endif + +#ifdef HAVE_UTIL_H +#include <util.h> /* openpty() on NetBSD */ #endif #ifdef FD_SET