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/smbd/statcache.c | |
parent | 1b4d27d45a55c66ed20de64c2fe299583a710ddd (diff) | |
download | samba-165521e20d8aea1e35cc68e39ced57de64f8e560.tar.gz |
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/smbd/statcache.c')
-rw-r--r-- | source3/smbd/statcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/statcache.c b/source3/smbd/statcache.c index 40174c80348..5c74b928550 100644 --- a/source3/smbd/statcache.c +++ b/source3/smbd/statcache.c @@ -24,6 +24,7 @@ #include "memcache.h" #include "smbd/smbd.h" #include "messages.h" +#include "smbprofile.h" /**************************************************************************** Stat cache code used in unix_convert. |