- dtucker@cvs.openbsd.org 2006/08/05 08:00:33
     [auth-skey.c]
     Add headers required to build with -DSKEY.  ok djm@
diff --git a/ChangeLog b/ChangeLog
index 56afd72..9f8b4a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -109,6 +109,9 @@
    - 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@
+   - dtucker@cvs.openbsd.org 2006/08/05 08:00:33
+     [auth-skey.c]
+     Add headers required to build with -DSKEY.  ok djm@
 
 20060804
  - (dtucker) [configure.ac] The "crippled AES" test does not work on recent
@@ -5179,4 +5182,4 @@
    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
 
-$Id: ChangeLog,v 1.4466 2006/08/05 08:46:47 dtucker Exp $
+$Id: ChangeLog,v 1.4467 2006/08/05 08:48:01 dtucker Exp $
diff --git a/auth-skey.c b/auth-skey.c
index d49e59b..78e2163 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"