From 87c07559af5cfcd2752295ef7c425bd3205f426f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 14 Dec 2011 14:32:05 -0500 Subject: Move child_common routines to util --- src/providers/dp_backend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/dp_backend.h') diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index 3d1c6bf25..f462b82df 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -24,7 +24,7 @@ #include "providers/data_provider.h" #include "providers/fail_over.h" -#include "providers/child_common.h" +#include "util/child_common.h" #include "db/sysdb.h" /* a special token, if used in place of the hostname, denotes that real -- cgit