diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-06-20 07:02:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:13 -0500 |
commit | 15db7a53e8273360fcaf6d8b7896d5f2b0d43c47 (patch) | |
tree | 5ca14334a015744243fe7464429cdc181b6f740c /source4/torture/smb2 | |
parent | 818c52a6b4aaeb4c56450c5877828b906c4debd2 (diff) | |
download | samba-15db7a53e8273360fcaf6d8b7896d5f2b0d43c47.tar.gz samba-15db7a53e8273360fcaf6d8b7896d5f2b0d43c47.tar.bz2 samba-15db7a53e8273360fcaf6d8b7896d5f2b0d43c47.zip |
r16405: fix compiler warning of missing smb2_handle
metze
(This used to be commit 73194e9ec3d1c18e7042bdaa008c7fd503e6e534)
Diffstat (limited to 'source4/torture/smb2')
-rw-r--r-- | source4/torture/smb2/smb2.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/torture/smb2/smb2.c b/source4/torture/smb2/smb2.c index bebf363db6..7b2dcda3e7 100644 --- a/source4/torture/smb2/smb2.c +++ b/source4/torture/smb2/smb2.c @@ -19,8 +19,10 @@ */ #include "includes.h" -#include "torture/torture.h" #include "libcli/smb2/smb2.h" +#include "libcli/smb2/smb2_calls.h" + +#include "torture/torture.h" #include "torture/smb2/proto.h" NTSTATUS torture_smb2_init(void) |