summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 3bf489723..8a68a537b 100644
--- a/sshd.c
+++ b/sshd.c
@@ -42,9 +42,11 @@
42 */ 42 */
43 43
44#include "includes.h" 44#include "includes.h"
45RCSID("$OpenBSD: sshd.c,v 1.320 2006/02/10 00:27:13 stevesk Exp $"); 45RCSID("$OpenBSD: sshd.c,v 1.321 2006/02/10 01:44:27 stevesk Exp $");
46 46
47#include <sys/ioctl.h> 47#include <sys/ioctl.h>
48#include <sys/types.h>
49#include <sys/wait.h>
48 50
49#include <paths.h> 51#include <paths.h>
50 52