summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_recover.c
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2013-06-06 21:58:02 +0200
committerAmitay Isaacs <amitay@gmail.com>2013-06-14 16:45:27 +1000
commitd82b9ae4105581398013975782efe16a874b2eb4 (patch)
tree6b1ebdeb040d618bae4b3b0a4d09fa469d2294e0 /ctdb/server/ctdb_recover.c
parentecaf7101934fe1ae90c9e98448ed70ef966c4706 (diff)
downloadsamba-d82b9ae4105581398013975782efe16a874b2eb4.tar.gz
samba-d82b9ae4105581398013975782efe16a874b2eb4.tar.xz
samba-d82b9ae4105581398013975782efe16a874b2eb4.zip
build: Fix tdb.h path to enable building with system TDB library
(This used to be ctdb commit f8bf99de3a5f56be67aaa67ed836458b1cf73e86)
Diffstat (limited to 'ctdb/server/ctdb_recover.c')
-rw-r--r--ctdb/server/ctdb_recover.c2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
#include "system/time.h"
#include "system/network.h"
#include "system/filesys.h"