From 15db7a53e8273360fcaf6d8b7896d5f2b0d43c47 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 20 Jun 2006 07:02:19 +0000 Subject: r16405: fix compiler warning of missing smb2_handle metze (This used to be commit 73194e9ec3d1c18e7042bdaa008c7fd503e6e534) --- source4/torture/smb2/smb2.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4') 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) -- cgit