From f454765b37feb449d6a7b9ecf1133afcaac474b3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Jun 2012 14:51:30 +0200 Subject: s3:torture: use smbd/smbd.h instead of just smbd/proto.h in vfstest_chain.c This fixes compiler warnings regarding incomplete types. metze --- source3/torture/vfstest_chain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/vfstest_chain.c') diff --git a/source3/torture/vfstest_chain.c b/source3/torture/vfstest_chain.c index a64cf47371..11c643b91a 100644 --- a/source3/torture/vfstest_chain.c +++ b/source3/torture/vfstest_chain.c @@ -20,7 +20,7 @@ #include "includes.h" #include "vfstest.h" -#include "smbd/proto.h" +#include "smbd/smbd.h" static const uint8_t nonchain1_data[] = {0x00,0x00,0x00,0xBE,0xFF,0x53,0x4D,0x42,0x72,0x00,0x00,0x00,0x00,0x18,0x43 -- cgit