summaryrefslogtreecommitdiffstats
path: root/source3/smbd/vfs.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-22 16:57:01 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:08 +0200
commit8c24ebf371d8aff4742a2ba063a8789e20eaaabc (patch)
tree40c5d5fcd3552757d9c3d32747bb32c128c0b7a0 /source3/smbd/vfs.c
parentef990a1701646197abcc0cdc61bb07df6210f950 (diff)
downloadsamba-8c24ebf371d8aff4742a2ba063a8789e20eaaabc.tar.gz
samba-8c24ebf371d8aff4742a2ba063a8789e20eaaabc.tar.xz
samba-8c24ebf371d8aff4742a2ba063a8789e20eaaabc.zip
s3: include smbd/smbd.h where needed.
Guenther
Diffstat (limited to 'source3/smbd/vfs.c')
-rw-r--r--source3/smbd/vfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index cc4ee22400a..bbe6e7ef1ed 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -25,6 +25,7 @@
#include "includes.h"
#include "system/filesys.h"
+#include "smbd/smbd.h"
#include "smbd/globals.h"
#include "memcache.h"
#include "transfer_file.h"