]> andersk Git - openssh.git/blobdiff - loginrec.c
- djm@cvs.openbsd.org 2008/04/04 06:44:26
[openssh.git] / loginrec.c
index 7850312b62b757806f0e18ecfa619b1ed439cf31..b411141987214f137962aad010b97715ef81e9f7 100644 (file)
 
 #include <errno.h>
 #include <fcntl.h>
+#ifdef HAVE_PATHS_H
+# include <paths.h>
+#endif
 #include <pwd.h>
+#include <stdarg.h>
 #include <string.h>
+#include <time.h>
 #include <unistd.h>
 
 #include "xmalloc.h"
This page took 0.032427 seconds and 4 git commands to generate.