From 89ca4875cd03ee7a4b8521a7ca838ce5d8391a21 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Feb 2011 16:19:10 +0100 Subject: s3-includes: only include system/syslog.h when needed. Guenther --- source3/modules/vfs_extd_audit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/vfs_extd_audit.c') diff --git a/source3/modules/vfs_extd_audit.c b/source3/modules/vfs_extd_audit.c index 80dece7edd..dd2f9a832e 100644 --- a/source3/modules/vfs_extd_audit.c +++ b/source3/modules/vfs_extd_audit.c @@ -23,6 +23,7 @@ #include "includes.h" +#include "system/syslog.h" static int vfs_extd_audit_debug_level = DBGC_VFS; -- cgit