]> andersk Git - openssh.git/blobdiff - includes.h
[configure.ac includes.h] add <sys/ptms.h> for grantpt() and friends.
[openssh.git] / includes.h
index 764bd57febe1e3d7f6a2cb294393e3c182cbb8d3..d2cc882131aef07d2d155a5a773e2b4f437ada89 100644 (file)
@@ -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 */
This page took 0.364497 seconds and 4 git commands to generate.