summaryrefslogtreecommitdiffstats
path: root/auth-skey.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-08-05 18:48:01 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-08-05 18:48:01 +1000
commit260cb3519db3bdc3722b76638edfcecfd885608b (patch)
tree1e251ffaa2aa370f6b9fbe84fee083003e027160 /auth-skey.c
parent1a3d6e7bdd1d0a329f40034e7674dcc03e845bf3 (diff)
- dtucker@cvs.openbsd.org 2006/08/05 08:00:33
[auth-skey.c] Add headers required to build with -DSKEY. ok djm@
Diffstat (limited to 'auth-skey.c')
-rw-r--r--auth-skey.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/auth-skey.c b/auth-skey.c
index d49e59b7..78e21634 100644
--- a/auth-skey.c
+++ b/auth-skey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-skey.c,v 1.24 2006/08/03 03:34:41 deraadt Exp $ */
+/* $OpenBSD: auth-skey.c,v 1.25 2006/08/05 08:00:33 dtucker Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
*
@@ -29,9 +29,14 @@
#include <sys/types.h>
+#include <pwd.h>
+#include <stdio.h>
+
#include <skey.h>
#include "xmalloc.h"
+#include "key.h"
+#include "hostfile.h"
#include "auth.h"
#include "monitor_wrap.h"