diff options
Diffstat (limited to 'audit.c')
-rw-r--r-- | audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,12 +26,12 @@ | |||
26 | 26 | ||
27 | #include <stdarg.h> | 27 | #include <stdarg.h> |
28 | #include <string.h> | 28 | #include <string.h> |
29 | #include <unistd.h> | ||
29 | 30 | ||
30 | #ifdef SSH_AUDIT_EVENTS | 31 | #ifdef SSH_AUDIT_EVENTS |
31 | 32 | ||
32 | #include "audit.h" | 33 | #include "audit.h" |
33 | #include "log.h" | 34 | #include "log.h" |
34 | #include "key.h" | ||
35 | #include "hostfile.h" | 35 | #include "hostfile.h" |
36 | #include "auth.h" | 36 | #include "auth.h" |
37 | 37 | ||