diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-15 15:53:06 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-15 15:53:06 +0100 |
commit | 56e75ed20cd71651f2c0fdc399389e2cd6471f3f (patch) | |
tree | c87be842681df4f7339ccde4ce794ef051edd3f4 /source4/torture/local | |
parent | 26bc88eabac66423218809513c386635521dce5b (diff) | |
download | samba-56e75ed20cd71651f2c0fdc399389e2cd6471f3f.tar.gz samba-56e75ed20cd71651f2c0fdc399389e2cd6471f3f.tar.bz2 samba-56e75ed20cd71651f2c0fdc399389e2cd6471f3f.zip |
Reconcile header files for torture utility functions.
(This used to be commit 1269758e95686cc155284d5d56080e1be11bbd75)
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/local/torture.c b/source4/torture/local/torture.c index 0c9931be03..3273015347 100644 --- a/source4/torture/local/torture.c +++ b/source4/torture/local/torture.c @@ -24,7 +24,7 @@ #include "system/wait.h" #include "lib/events/events.h" #include "libcli/raw/libcliraw.h" -#include "torture/util_provision.h" +#include "torture/util.h" static bool test_tempdir(struct torture_context *tctx) { |