diff options
author | Günther Deschner <gd@samba.org> | 2011-02-25 16:19:10 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:06 +0200 |
commit | 89ca4875cd03ee7a4b8521a7ca838ce5d8391a21 (patch) | |
tree | 6e2b1c3ceee1779670a78884146b317da3a43929 /source3/modules/vfs_extd_audit.c | |
parent | 99f4a6454356c563704c6acb762679a6afa90737 (diff) | |
download | samba-89ca4875cd03ee7a4b8521a7ca838ce5d8391a21.tar.gz |
s3-includes: only include system/syslog.h when needed.
Guenther
Diffstat (limited to 'source3/modules/vfs_extd_audit.c')
-rw-r--r-- | source3/modules/vfs_extd_audit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_extd_audit.c b/source3/modules/vfs_extd_audit.c index 80dece7eddc..dd2f9a832e1 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; |