- (dtucker) [audit-bsm.c] Add additional headers now required.
diff --git a/ChangeLog b/ChangeLog
index 1a14d8d..d74f67d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -123,6 +123,7 @@
  - (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa.
  - (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h.
  - (dtucker) [audit.c audit.h] Repair headers.
+ - (dtucker) [audit-bsm.c] Add additional headers now required.
 
 20060804
  - (dtucker) [configure.ac] The "crippled AES" test does not work on recent
@@ -5193,4 +5194,4 @@
    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
 
-$Id: ChangeLog,v 1.4473 2006/08/05 14:05:09 dtucker Exp $
+$Id: ChangeLog,v 1.4474 2006/08/05 14:12:54 dtucker Exp $
diff --git a/audit-bsm.c b/audit-bsm.c
index c2679d3..c9a1779 100644
--- a/audit-bsm.c
+++ b/audit-bsm.c
@@ -1,4 +1,4 @@
-/* $Id: audit-bsm.c,v 1.1 2005/02/20 10:08:00 dtucker Exp $ */
+/* $Id: audit-bsm.c,v 1.2 2006/08/05 14:12:54 dtucker Exp $ */
 
 /*
  * TODO
@@ -39,6 +39,8 @@
 
 #include "ssh.h"
 #include "log.h"
+#include "key.h"
+#include "hostfile.h"
 #include "auth.h"
 #include "xmalloc.h"