summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
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>