From 6dfd88ab0ac73bc966e7fe0eac0b7b34585c17df Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:42:42 +0100 Subject: source4/torture/raw: Fix prototypes for all functions. --- source4/torture/raw/search.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/raw/search.c') diff --git a/source4/torture/raw/search.c b/source4/torture/raw/search.c index 60c9ad0bb3..e93d2a10f7 100644 --- a/source4/torture/raw/search.c +++ b/source4/torture/raw/search.c @@ -24,6 +24,7 @@ #include "libcli/libcli.h" #include "torture/util.h" #include "lib/util/tsort.h" +#include "torture/raw/proto.h" #define BASEDIR "\\testsearch" -- cgit