summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 20:26:27 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 20:26:27 +1000
commitefc04e70b8261a7be7818772f03974eb38ae6622 (patch)
tree70825f051e20feb77b6903f608bcef9c8a7d5622 /session.c
parentb757677d02e37da719b92331f23e02acb7079337 (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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/session.c b/session.c
index 3bc3651e5..cb0e8267c 100644
--- a/session.c
+++ b/session.c
@@ -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"