From 1a53c1dc927efbc6a594ed513feb9ab9247078e8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 4 Feb 2006 14:08:24 +0000 Subject: r13346: use private proto header files for the torture tests metze (This used to be commit 67837dbd2bcff8ec1917ba02884ee2eaa0776b46) --- source4/torture/smb2/find.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/smb2/find.c') diff --git a/source4/torture/smb2/find.c b/source4/torture/smb2/find.c index aae8f8042f..07c3f865e2 100644 --- a/source4/torture/smb2/find.c +++ b/source4/torture/smb2/find.c @@ -24,6 +24,8 @@ #include "libcli/smb2/smb2.h" #include "libcli/smb2/smb2_calls.h" +#include "torture/smb2/proto.h" + static struct { const char *name; uint16_t level; -- cgit