diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-10 20:26:27 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-10 20:26:27 +1000 |
commit | efc04e70b8261a7be7818772f03974eb38ae6622 (patch) | |
tree | 70825f051e20feb77b6903f608bcef9c8a7d5622 /session.c | |
parent | b757677d02e37da719b92331f23e02acb7079337 (diff) |
- stevesk@cvs.openbsd.org 2006/07/03 17:59:32
[channels.c includes.h]
move #include <arpa/inet.h> out of includes.h; old ok djm@
(portable needed session.c too)
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ | |||
47 | #include <paths.h> | 47 | #include <paths.h> |
48 | #endif | 48 | #endif |
49 | #include <signal.h> | 49 | #include <signal.h> |
50 | #include <arpa/inet.h> | ||
50 | 51 | ||
51 | #include "ssh.h" | 52 | #include "ssh.h" |
52 | #include "ssh1.h" | 53 | #include "ssh1.h" |