summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 20:23:39 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 20:23:39 +1000
commitb757677d02e37da719b92331f23e02acb7079337 (patch)
tree0350a59b828346c1561678727158f08a8849af32 /sshd.c
parent57e8ad3f5e54101db9a0f11b19da56041cc22603 (diff)
- stevesk@cvs.openbsd.org 2006/07/03 08:54:20
[includes.h ssh.c sshconnect.c sshd.c] move #include "version.h" out of includes.h; ok markus@
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 2bdda7298..4c0231d76 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshd.c,v 1.331 2006/06/01 09:21:48 markus Exp $ */ 1/* $OpenBSD: sshd.c,v 1.332 2006/07/03 08:54:20 stevesk Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -97,6 +97,7 @@
97#include "monitor.h" 97#include "monitor.h"
98#include "monitor_wrap.h" 98#include "monitor_wrap.h"
99#include "monitor_fdpass.h" 99#include "monitor_fdpass.h"
100#include "version.h"
100 101
101#ifdef LIBWRAP 102#ifdef LIBWRAP
102#include <tcpd.h> 103#include <tcpd.h>