summaryrefslogtreecommitdiff
path: root/monitor_wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r--monitor_wrap.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c
index 332652895..22b1fe854 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor_wrap.c,v 1.45 2006/03/30 09:58:15 djm Exp $ */ 1/* $OpenBSD: monitor_wrap.c,v 1.46 2006/07/06 16:03:53 stevesk 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>
@@ -27,9 +27,13 @@
27 27
28#include "includes.h" 28#include "includes.h"
29 29
30#include <sys/types.h>
31
30#include <openssl/bn.h> 32#include <openssl/bn.h>
31#include <openssl/dh.h> 33#include <openssl/dh.h>
32 34
35#include <pwd.h>
36
33#include "ssh.h" 37#include "ssh.h"
34#include "dh.h" 38#include "dh.h"
35#include "kex.h" 39#include "kex.h"