]> andersk Git - openssh.git/blobdiff - auth-shadow.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / auth-shadow.c
index 7cd69c21fc9217abb531f5b4f0ff2d48ed4af73c..2190916776122d80e55a649b6bb5292ed510938f 100644 (file)
 
 #if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
 #include <shadow.h>
+#include <stdarg.h>
 #include <string.h>
+#include <time.h>
 
+#include "key.h"
+#include "hostfile.h"
 #include "auth.h"
 #include "buffer.h"
 #include "log.h"
This page took 0.160861 seconds and 4 git commands to generate.