diff options
author | Mathieu Parent <math.parent@gmail.com> | 2013-06-06 21:58:02 +0200 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2013-06-14 16:45:27 +1000 |
commit | d82b9ae4105581398013975782efe16a874b2eb4 (patch) | |
tree | 6b1ebdeb040d618bae4b3b0a4d09fa469d2294e0 /ctdb/server/ctdb_vacuum.c | |
parent | ecaf7101934fe1ae90c9e98448ed70ef966c4706 (diff) | |
download | samba-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_vacuum.c')
-rw-r--r-- | ctdb/server/ctdb_vacuum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_vacuum.c b/ctdb/server/ctdb_vacuum.c index d7527d4da1a..1f2fb01e752 100644 --- a/ctdb/server/ctdb_vacuum.c +++ b/ctdb/server/ctdb_vacuum.c @@ -20,7 +20,7 @@ */ #include "includes.h" -#include "lib/tdb/include/tdb.h" +#include "tdb.h" #include "system/network.h" #include "system/filesys.h" #include "system/dir.h" |