summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authordtucker <dtucker>2003-05-15 11:42:59 +0000
committerdtucker <dtucker>2003-05-15 11:42:59 +0000
commit88f439579147d0c42854b375ec90aa053b689899 (patch)
treee65de3b46f8c1aa84a5b0717a08bf221d5e3426f /includes.h
parentb3ede5db252926df98036d74274f55d73c005176 (diff)
downloadopenssh-88f439579147d0c42854b375ec90aa053b689899.tar.gz
- (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index db9cfc92..b968be7f 100644
--- a/includes.h
+++ b/includes.h
@@ -133,6 +133,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h> /* for MAP_ANONYMOUS */
#endif
+#ifdef HAVE_SYS_STRTIO_H
+#include <sys/strtio.h> /* for TIOCCBRK on HP-UX */
+#endif
#include <netinet/in_systm.h> /* For typedefs */
#include <netinet/in.h> /* For IPv6 macros */