]> andersk Git - openssh.git/blobdiff - auth-shadow.c
- (tim) [configure.ac] Move CHECK_HEADERS test before platform specific
[openssh.git] / auth-shadow.c
index 7cd69c21fc9217abb531f5b4f0ff2d48ed4af73c..8b3160aeedb7d06674f1104bc134bf8c67d4980b 100644 (file)
 
 #if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
 #include <shadow.h>
+#include <stdarg.h>
 #include <string.h>
 
+#include "key.h"
+#include "hostfile.h"
 #include "auth.h"
 #include "buffer.h"
 #include "log.h"
This page took 0.038296 seconds and 4 git commands to generate.