]> andersk Git - openssh.git/blobdiff - auth-shadow.c
- djm@cvs.openbsd.org 2010/01/09 00:57:10
[openssh.git] / auth-shadow.c
index 52447fe4a2f2e446a94af421e712fb7f113a0022..2190916776122d80e55a649b6bb5292ed510938f 100644 (file)
@@ -26,7 +26,9 @@
 
 #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"
This page took 0.149165 seconds and 4 git commands to generate.