diff options
author | Tim Rice <tim@multitalents.net> | 2004-01-27 04:03:39 +0100 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2004-01-27 04:03:39 +0100 |
commit | 2597bfd1fbc2ba9aca603c489cdf90d7b9ac5834 (patch) | |
tree | 149513cf802f520710d908019ae743b5ba1a1654 /includes.h | |
parent | [defines.h] Add defines for HFIXEDSZ and T_SIG (diff) | |
download | openssh-2597bfd1fbc2ba9aca603c489cdf90d7b9ac5834.tar.xz openssh-2597bfd1fbc2ba9aca603c489cdf90d7b9ac5834.zip |
[configure.ac includes.h] add <sys/ptms.h> for grantpt() and friends.
Diffstat (limited to '')
-rw-r--r-- | includes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes.h b/includes.h index 764bd57fe..d2cc88213 100644 --- a/includes.h +++ b/includes.h @@ -134,6 +134,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #ifdef HAVE_SYS_STRTIO_H #include <sys/strtio.h> /* for TIOCCBRK on HP-UX */ #endif +#if defined(HAVE_SYS_PTMS_H) && defined(HAVE_DEV_PTMX) +#include <sys/ptms.h> /* for grantpt() and friends */ +#endif #include <netinet/in_systm.h> /* For typedefs */ #include <netinet/in.h> /* For IPv6 macros */ |