]> andersk Git - openssh.git/blobdiff - loginrec.c
Hopefully things did not get mixed around too much. It compiles under
[openssh.git] / loginrec.c
index a51a66d9bb3d65e94b2e5d5068b83f389d1b312e..b664a9cfec86ef329223376359a546be38b7ecce 100644 (file)
 #include "ssh.h"
 #include "xmalloc.h"
 #include "loginrec.h"
+#include "log.h"
+#include "atomicio.h"
 
 RCSID("$Id$");
 
@@ -167,6 +169,10 @@ RCSID("$Id$");
 #  include <util.h>
 #endif
 
+#ifdef HAVE_LIBUTIL_H
+#   include <libutil.h>
+#endif
+
 /**
  ** prototypes for helper functions in this file
  **/
This page took 0.094479 seconds and 4 git commands to generate.