]> andersk Git - openssh.git/blobdiff - loginrec.c
- (tim) [configure.ac] Move CHECK_HEADERS test before platform specific
[openssh.git] / loginrec.c
index 955d42e8f4c5887145c6232ab2f1b450e748ce3b..e591277478203b0194613fdbdd4a6a5050d70e26 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 <unistd.h>
 
-#include "ssh.h"
 #include "xmalloc.h"
+#include "key.h"
+#include "hostfile.h"
+#include "ssh.h"
 #include "loginrec.h"
 #include "log.h"
 #include "atomicio.h"
This page took 0.034247 seconds and 4 git commands to generate.