From d82b9ae4105581398013975782efe16a874b2eb4 Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Thu, 6 Jun 2013 21:58:02 +0200 Subject: build: Fix tdb.h path to enable building with system TDB library (This used to be ctdb commit f8bf99de3a5f56be67aaa67ed836458b1cf73e86) --- ctdb/server/ctdb_recover.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctdb/server/ctdb_recover.c') diff --git a/ctdb/server/ctdb_recover.c b/ctdb/server/ctdb_recover.c index d7741ab87e8..1c18acaed8f 100644 --- a/ctdb/server/ctdb_recover.c +++ b/ctdb/server/ctdb_recover.c @@ -18,7 +18,7 @@ along with this program; if not, see . */ #include "includes.h" -#include "lib/tdb/include/tdb.h" +#include "tdb.h" #include "system/time.h" #include "system/network.h" #include "system/filesys.h" -- cgit