diff options
Diffstat (limited to 'source4/torture/local/sddl.c')
-rw-r--r-- | source4/torture/local/sddl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/local/sddl.c b/source4/torture/local/sddl.c index 11e6ae1fd5..b491c0b8e8 100644 --- a/source4/torture/local/sddl.c +++ b/source4/torture/local/sddl.c @@ -23,6 +23,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_security.h" #include "libcli/security/proto.h" +#include "torture/torture.h" /* @@ -94,7 +95,7 @@ static const char *examples[] = { }; /* test a set of example SDDL strings */ -BOOL torture_local_sddl(void) +BOOL torture_local_sddl(struct torture_context *torture) { int i; BOOL ret = True; |