]> andersk Git - openssh.git/blobdiff - loginrec.c
- (tim) [configure.ac] Move CHECK_HEADERS test before platform specific
[openssh.git] / loginrec.c
index 101544eec9e2b88f682d8a80b71fb1df95978fc9..e591277478203b0194613fdbdd4a6a5050d70e26 100644 (file)
 
 #include "includes.h"
 
-#include "ssh.h"
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <sys/socket.h>
+
+#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 "xmalloc.h"
+#include "key.h"
+#include "hostfile.h"
+#include "ssh.h"
 #include "loginrec.h"
 #include "log.h"
 #include "atomicio.h"
 # include <libutil.h>
 #endif
 
-RCSID("$Id$");
-
 /**
  ** prototypes for helper functions in this file
  **/
This page took 0.031271 seconds and 4 git commands to generate.