From 165521e20d8aea1e35cc68e39ced57de64f8e560 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 14 Apr 2011 00:36:23 +0200 Subject: s3: only include smb profiling where needed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Thu Apr 14 01:31:39 CEST 2011 on sn-devel-104 --- source3/modules/vfs_crossrename.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/vfs_crossrename.c') 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; -- cgit