summaryrefslogtreecommitdiff
path: root/source4/torture/local/util_strlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/local/util_strlist.c')
-rw-r--r--source4/torture/local/util_strlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/local/util_strlist.c b/source4/torture/local/util_strlist.c
index bf888da797..78ebcf44fb 100644
--- a/source4/torture/local/util_strlist.c
+++ b/source4/torture/local/util_strlist.c
@@ -21,6 +21,7 @@
*/
#include "includes.h"
+#include "torture/torture.h"
static const char *test_lists_shell_strings[] = {
"",
@@ -69,7 +70,7 @@ static BOOL test_lists_shell(TALLOC_CTX *mem_ctx)
return True;
}
-BOOL torture_local_util_strlist(void)
+BOOL torture_local_util_strlist(struct torture_context *torture)
{
BOOL ret = True;
TALLOC_CTX *mem_ctx = talloc_init("test_util_strlist");