summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_update_record.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_update_record.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_update_record.c')
-rw-r--r--ctdb/server/ctdb_update_record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_update_record.c b/ctdb/server/ctdb_update_record.c
index 1543b4687bf..ce8e8afe117 100644
--- a/ctdb/server/ctdb_update_record.c
+++ b/ctdb/server/ctdb_update_record.c
@@ -20,7 +20,7 @@
#include "includes.h"
#include "db_wrap.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
#include "ctdb_private.h"
struct ctdb_persistent_write_state {