summaryrefslogtreecommitdiff
path: root/audit.c
diff options
context:
space:
mode:
Diffstat (limited to 'audit.c')
-rw-r--r--audit.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/audit.c b/audit.c
index c77d0c012..dbea34cb2 100644
--- a/audit.c
+++ b/audit.c
@@ -1,4 +1,4 @@
1/* $Id: audit.c,v 1.3 2005/07/17 07:26:44 djm Exp $ */ 1/* $Id: audit.c,v 1.5 2006/09/01 05:38:36 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2004, 2005 Darren Tucker. All rights reserved. 4 * Copyright (c) 2004, 2005 Darren Tucker. All rights reserved.
@@ -26,10 +26,15 @@
26 26
27#include "includes.h" 27#include "includes.h"
28 28
29#include <stdarg.h>
30#include <string.h>
31
29#ifdef SSH_AUDIT_EVENTS 32#ifdef SSH_AUDIT_EVENTS
30 33
31#include "audit.h" 34#include "audit.h"
32#include "log.h" 35#include "log.h"
36#include "key.h"
37#include "hostfile.h"
33#include "auth.h" 38#include "auth.h"
34 39
35/* 40/*