From 1df883aa39ce69b040f9d9e72125bf4b80c714a9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 12 Aug 2009 17:52:55 +0200 Subject: libcli: move some common SMB and SMB2 stuff into libcli/smb/ This will hold code that's shared between source3 and source4. metze --- source3/smbd/smb2_find.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/smb2_find.c') diff --git a/source3/smbd/smb2_find.c b/source3/smbd/smb2_find.c index 59c0a67ceb..f28ae1974b 100644 --- a/source3/smbd/smb2_find.c +++ b/source3/smbd/smb2_find.c @@ -20,7 +20,7 @@ #include "includes.h" #include "smbd/globals.h" -#include "../source4/libcli/smb2/smb2_constants.h" +#include "../libcli/smb/smb_common.h" static struct tevent_req *smbd_smb2_find_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, -- cgit