diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 14:42:54 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 14:42:54 +1100 |
commit | 6645e7a70d1b46b2cb408e1a13755c300a0d47c2 (patch) | |
tree | 66b325a70d0882aecce752334b06f87ca8612e0c /includes.h | |
parent | 34877d2e1744237569555c73afbed02e338218f2 (diff) |
- (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c]
[sftp-client.c ssh-keysign.c ssh.c sshconnect.c sshconnect2.c]
[sshd.c openbsd-compat/bsd-misc.c openbsd-compat/bsd-openpty.c]
[openbsd-compat/glob.c openbsd-compat/mktemp.c]
[openbsd-compat/readpassphrase.c] Lots of include fixes for
OpenSolaris
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes.h b/includes.h index 800d23e90..431fa2d13 100644 --- a/includes.h +++ b/includes.h | |||
@@ -103,6 +103,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } | |||
103 | #ifdef HAVE_STDINT_H | 103 | #ifdef HAVE_STDINT_H |
104 | # include <stdint.h> | 104 | # include <stdint.h> |
105 | #endif | 105 | #endif |
106 | #include <termios.h> | ||
106 | #ifdef HAVE_SYS_BITYPES_H | 107 | #ifdef HAVE_SYS_BITYPES_H |
107 | # include <sys/bitypes.h> /* For u_intXX_t */ | 108 | # include <sys/bitypes.h> /* For u_intXX_t */ |
108 | #endif | 109 | #endif |