summaryrefslogtreecommitdiff
path: root/source3/torture/cmd_vfs.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-22 22:34:22 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:08 +0200
commit45364f5e69c4ef00f6870e11213da930e802b6d0 (patch)
tree0c8095f8f5b1dfddca8c1de03152dfdb06c0f3d5 /source3/torture/cmd_vfs.c
parent8c24ebf371d8aff4742a2ba063a8789e20eaaabc (diff)
downloadsamba-45364f5e69c4ef00f6870e11213da930e802b6d0.tar.gz
samba-45364f5e69c4ef00f6870e11213da930e802b6d0.tar.bz2
samba-45364f5e69c4ef00f6870e11213da930e802b6d0.zip
s3-vfs: include smbd/smbd.h in vfs modules.
Guenther
Diffstat (limited to 'source3/torture/cmd_vfs.c')
-rw-r--r--source3/torture/cmd_vfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/cmd_vfs.c b/source3/torture/cmd_vfs.c
index 0720f084aa..2c3a416002 100644
--- a/source3/torture/cmd_vfs.c
+++ b/source3/torture/cmd_vfs.c
@@ -20,6 +20,7 @@
*/
#include "includes.h"
+#include "smbd/smbd.h"
#include "system/passwd.h"
#include "system/filesys.h"
#include "vfstest.h"