diff options
Diffstat (limited to 'audit.c')
-rw-r--r-- | audit.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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.4 2006/08/05 14:05:10 dtucker 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. |
@@ -30,6 +30,8 @@ | |||
30 | 30 | ||
31 | #include "audit.h" | 31 | #include "audit.h" |
32 | #include "log.h" | 32 | #include "log.h" |
33 | #include "key.h" | ||
34 | #include "hostfile.h" | ||
33 | #include "auth.h" | 35 | #include "auth.h" |
34 | 36 | ||
35 | /* | 37 | /* |