summaryrefslogtreecommitdiff
path: root/source4/torture/torture.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/torture.h')
-rw-r--r--source4/torture/torture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/torture.h b/source4/torture/torture.h
index ff7ee09d23..7fe546b007 100644
--- a/source4/torture/torture.h
+++ b/source4/torture/torture.h
@@ -22,6 +22,7 @@
#ifndef __TORTURE_H__
#define __TORTURE_H__
+struct smbcli_state;
struct torture_op {
const char *name;
BOOL (*fn)(void);
@@ -40,7 +41,6 @@ extern int torture_numops;
extern int torture_failures;
extern BOOL use_level_II_oplocks;
-#include "libcli/libcli.h"
#include "torture/proto.h"
#endif /* __TORTURE_H__ */