diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-05 14:51:30 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-06 10:18:39 +0200 |
commit | f454765b37feb449d6a7b9ecf1133afcaac474b3 (patch) | |
tree | d5349c5368c7517e6a687573891ea425ff96e766 | |
parent | af4c99eed0f1f9120256184134be934e5997b573 (diff) | |
download | samba-f454765b37feb449d6a7b9ecf1133afcaac474b3.tar.gz samba-f454765b37feb449d6a7b9ecf1133afcaac474b3.tar.xz samba-f454765b37feb449d6a7b9ecf1133afcaac474b3.zip |
s3:torture: use smbd/smbd.h instead of just smbd/proto.h in vfstest_chain.c
This fixes compiler warnings regarding incomplete types.
metze
-rw-r--r-- | source3/torture/vfstest_chain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/vfstest_chain.c b/source3/torture/vfstest_chain.c index a64cf473719..11c643b91a7 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 |