]> andersk Git - openssh.git/blobdiff - session.c
- stevesk@cvs.openbsd.org 2006/07/20 15:26:15
[openssh.git] / session.c
index e189acdf25cb44189cf3f486dd4cfb74e7d7e3ad..be65086ae77c2c5d81356a5671f675a97c3f9f77 100644 (file)
--- a/session.c
+++ b/session.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: session.c,v 1.210 2006/07/19 13:07:10 dtucker Exp $ */
+/* $OpenBSD: session.c,v 1.211 2006/07/20 15:26:15 stevesk Exp $ */
 /*
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
@@ -43,6 +43,8 @@
 #include <sys/wait.h>
 #include <sys/un.h>
 
+#include <arpa/inet.h>
+
 #include <errno.h>
 #include <grp.h>
 #ifdef HAVE_PATHS_H
@@ -50,7 +52,7 @@
 #endif
 #include <pwd.h>
 #include <signal.h>
-#include <arpa/inet.h>
+#include <unistd.h>
 
 #include "ssh.h"
 #include "ssh1.h"
This page took 0.034288 seconds and 4 git commands to generate.