]> andersk Git - openssh.git/blobdiff - loginrec.c
- (tim) [configure.ac] Move CHECK_HEADERS test before platform specific
[openssh.git] / loginrec.c
index 42f022fd9986d3e790cfda76ceda5b9e2c8551f7..e591277478203b0194613fdbdd4a6a5050d70e26 100644 (file)
 
 #include <netinet/in.h>
 
+#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.031455 seconds and 4 git commands to generate.