diff options
author | Günther Deschner <gd@samba.org> | 2011-04-14 00:36:23 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-14 01:31:39 +0200 |
commit | 165521e20d8aea1e35cc68e39ced57de64f8e560 (patch) | |
tree | ffd267165125021325bd46958d212b83679665e2 /source3/modules | |
parent | 1b4d27d45a55c66ed20de64c2fe299583a710ddd (diff) | |
download | samba-165521e20d8aea1e35cc68e39ced57de64f8e560.tar.gz samba-165521e20d8aea1e35cc68e39ced57de64f8e560.tar.bz2 samba-165521e20d8aea1e35cc68e39ced57de64f8e560.zip |
s3: only include smb profiling where needed.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Apr 14 01:31:39 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_crossrename.c | 2 | ||||
-rw-r--r-- | source3/modules/vfs_default.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source3/modules/vfs_crossrename.c b/source3/modules/vfs_crossrename.c index ffb807da48..8f7c5f042b 100644 --- a/source3/modules/vfs_crossrename.c +++ b/source3/modules/vfs_crossrename.c @@ -19,7 +19,7 @@ #include "smbd/smbd.h" #include "system/filesys.h" #include "transfer_file.h" - +#include "smbprofile.h" #define MODULE "crossrename" static SMB_OFF_T module_sizelimit; diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c index e7c6f7ebeb..859b212048 100644 --- a/source3/modules/vfs_default.c +++ b/source3/modules/vfs_default.c @@ -23,6 +23,7 @@ #include "system/filesys.h" #include "smbd/smbd.h" #include "ntioctl.h" +#include "smbprofile.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_VFS |