diff options
author | Günther Deschner <gd@samba.org> | 2011-04-28 17:38:09 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-29 14:00:30 +0200 |
commit | 50883cfeb4eed3d538f71443060745f8747044c9 (patch) | |
tree | e2415ab25b9500ed0a822ee80e57fb699a63f41b /source3/smbd/smb2_getinfo.c | |
parent | 12476223c6aa7473c55bcf529639eefce8450680 (diff) | |
download | samba-50883cfeb4eed3d538f71443060745f8747044c9.tar.gz samba-50883cfeb4eed3d538f71443060745f8747044c9.tar.xz samba-50883cfeb4eed3d538f71443060745f8747044c9.zip |
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Apr 29 14:00:30 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/smbd/smb2_getinfo.c')
-rw-r--r-- | source3/smbd/smb2_getinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/smb2_getinfo.c b/source3/smbd/smb2_getinfo.c index 1d6b862d6a..3c8c690342 100644 --- a/source3/smbd/smb2_getinfo.c +++ b/source3/smbd/smb2_getinfo.c @@ -24,6 +24,7 @@ #include "smbd/globals.h" #include "../libcli/smb/smb_common.h" #include "trans2.h" +#include "../lib/util/tevent_ntstatus.h" static struct tevent_req *smbd_smb2_getinfo_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, |