summaryrefslogtreecommitdiffstats
path: root/audit-bsm.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-16 11:40:45 +1000
committerDamien Miller <djm@mindrot.org>2006-08-16 11:40:45 +1000
commit56799c3f2aaa86df71534cd25dd9e6d05782fa5f (patch)
tree6673fde3d67cc38526230bcaacdf2c973f1ebd12 /audit-bsm.c
parent533418138fb05d29483c702fbc7bb69bca4e1756 (diff)
- (djm) [audit-bsm.c] Sprinkle in some headers
Diffstat (limited to 'audit-bsm.c')
-rw-r--r--audit-bsm.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/audit-bsm.c b/audit-bsm.c
index c9a1779d..50241b32 100644
--- a/audit-bsm.c
+++ b/audit-bsm.c
@@ -1,4 +1,4 @@
-/* $Id: audit-bsm.c,v 1.2 2006/08/05 14:12:54 dtucker Exp $ */
+/* $Id: audit-bsm.c,v 1.3 2006/08/16 01:40:45 djm Exp $ */
/*
* TODO
@@ -37,6 +37,10 @@
#include "includes.h"
#if defined(USE_BSM_AUDIT)
+#include <sys/types.h>
+
+#include <unistd.h>
+
#include "ssh.h"
#include "log.h"
#include "key.h"