summaryrefslogtreecommitdiffstats
path: root/audit.c
diff options
context:
space:
mode:
Diffstat (limited to 'audit.c')
-rw-r--r--audit.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/audit.c b/audit.c
index 8c3ec5a6..dbea34cb 100644
--- a/audit.c
+++ b/audit.c
@@ -1,4 +1,4 @@
-/* $Id: audit.c,v 1.4 2006/08/05 14:05:10 dtucker Exp $ */
+/* $Id: audit.c,v 1.5 2006/09/01 05:38:36 djm Exp $ */
/*
* Copyright (c) 2004, 2005 Darren Tucker. All rights reserved.
@@ -26,6 +26,9 @@
#include "includes.h"
+#include <stdarg.h>
+#include <string.h>
+
#ifdef SSH_AUDIT_EVENTS
#include "audit.h"