]> andersk Git - openssh.git/blobdiff - audit.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / audit.c
diff --git a/audit.c b/audit.c
index 6bc9f92b3486443e07cbf3c3a73959ef4f880ec9..bb386d852a648577e38f0c5f41153959c51f1c70 100644 (file)
--- a/audit.c
+++ b/audit.c
 
 #include "includes.h"
 
+#include <stdarg.h>
+#include <string.h>
+
 #ifdef SSH_AUDIT_EVENTS
 
 #include "audit.h"
 #include "log.h"
+#include "key.h"
+#include "hostfile.h"
 #include "auth.h"
 
 /*
This page took 0.112677 seconds and 4 git commands to generate.