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 33265289..22b1fe85 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: monitor_wrap.c,v 1.45 2006/03/30 09:58:15 djm Exp $ */
+/* $OpenBSD: monitor_wrap.c,v 1.46 2006/07/06 16:03:53 stevesk Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* Copyright 2002 Markus Friedl <markus@openbsd.org>
@@ -27,9 +27,13 @@
#include "includes.h"
+#include <sys/types.h>
+
#include <openssl/bn.h>
#include <openssl/dh.h>
+#include <pwd.h>
+
#include "ssh.h"
#include "dh.h"
#include "kex.h"