]> andersk Git - openssh.git/blobdiff - auth2-passwd.c
- (tim) [configure.ac] Move CHECK_HEADERS test before platform specific
[openssh.git] / auth2-passwd.c
index a1e77c41ce21282451ac35cbd90ec35da88ae357..421c5c25d018ab64c45b9b12a770af8a5d8925b8 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2-passwd.c,v 1.7 2006/03/25 13:17:01 djm Exp $ */
+/* $OpenBSD: auth2-passwd.c,v 1.9 2006/08/03 03:34:41 deraadt Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
 
 #include "includes.h"
 
+#include <sys/types.h>
+
+#include <string.h>
+#include <stdarg.h>
+
 #include "xmalloc.h"
 #include "packet.h"
 #include "log.h"
+#include "key.h"
+#include "hostfile.h"
 #include "auth.h"
+#include "buffer.h"
+#ifdef GSSAPI
+#include "ssh-gss.h"
+#endif
 #include "monitor_wrap.h"
 #include "servconf.h"
 
This page took 0.031499 seconds and 4 git commands to generate.