summaryrefslogtreecommitdiff
path: root/monitor_wrap.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-08-05 18:46:47 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-08-05 18:46:47 +1000
commit1a3d6e7bdd1d0a329f40034e7674dcc03e845bf3 (patch)
tree98801c52e1e254686acd7db2b65bc54766908b7a /monitor_wrap.c
parent8a15f01affbe332970fd8f8b07d3e6d8f7e6acb2 (diff)
- dtucker@cvs.openbsd.org 2006/08/05 07:52:52
[auth2-none.c sshd.c monitor_wrap.c] Add headers required to build with KERBEROS5=no. ok djm@
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r--monitor_wrap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c
index 52ea17592..6678462d5 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor_wrap.c,v 1.50 2006/08/03 03:34:42 deraadt Exp $ */ 1/* $OpenBSD: monitor_wrap.c,v 1.51 2006/08/05 07:52:52 dtucker Exp $ */
2/* 2/*
3 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 3 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
4 * Copyright 2002 Markus Friedl <markus@openbsd.org> 4 * Copyright 2002 Markus Friedl <markus@openbsd.org>
@@ -28,12 +28,14 @@
28#include "includes.h" 28#include "includes.h"
29 29
30#include <sys/types.h> 30#include <sys/types.h>
31#include <sys/uio.h>
31 32
32#include <errno.h> 33#include <errno.h>
33#include <pwd.h> 34#include <pwd.h>
34#include <signal.h> 35#include <signal.h>
35#include <stdio.h> 36#include <stdio.h>
36#include <string.h> 37#include <string.h>
38#include <unistd.h>
37 39
38#include <openssl/bn.h> 40#include <openssl/bn.h>
39#include <openssl/dh.h> 41#include <openssl/dh.h>