summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_find.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/smb2_find.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/smb2_find.c')
-rw-r--r--source3/smbd/smb2_find.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/smb2_find.c b/source3/smbd/smb2_find.c
index 4c779f92e77..3ac573c2137 100644
--- a/source3/smbd/smb2_find.c
+++ b/source3/smbd/smb2_find.c
@@ -19,6 +19,7 @@
*/
#include "includes.h"
+#include "smbd/smbd.h"
#include "smbd/globals.h"
#include "../libcli/smb/smb_common.h"
#include "trans2.h"