diff options
author | Günther Deschner <gd@samba.org> | 2011-03-22 16:57:01 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:08 +0200 |
commit | 8c24ebf371d8aff4742a2ba063a8789e20eaaabc (patch) | |
tree | 40c5d5fcd3552757d9c3d32747bb32c128c0b7a0 /source3/smbd/statcache.c | |
parent | ef990a1701646197abcc0cdc61bb07df6210f950 (diff) | |
download | samba-8c24ebf371d8aff4742a2ba063a8789e20eaaabc.tar.gz |
s3: include smbd/smbd.h where needed.
Guenther
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 ecadbdcdd40..c21213f23b3 100644 --- a/source3/smbd/statcache.c +++ b/source3/smbd/statcache.c @@ -23,6 +23,7 @@ #include "includes.h" #include "librpc/gen_ndr/messaging.h" #include "memcache.h" +#include "smbd/smbd.h" /**************************************************************************** Stat cache code used in unix_convert. |