diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-02-27 18:45:53 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-02-28 21:11:21 +0100 |
commit | 136c1600648f690d7709a204c4a7117bb5a868c3 (patch) | |
tree | 0196bb5951597728e3524935dc92033d89afa71f /source4/cluster | |
parent | 4a42272f09aa52db8b1e11595b266d0ef8d4b041 (diff) | |
download | samba-136c1600648f690d7709a204c4a7117bb5a868c3.tar.gz samba-136c1600648f690d7709a204c4a7117bb5a868c3.tar.bz2 samba-136c1600648f690d7709a204c4a7117bb5a868c3.zip |
Use <tdb.h> to include tdb, so the system include file gets used when building against
system tdb.
Diffstat (limited to 'source4/cluster')
-rw-r--r-- | source4/cluster/local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/cluster/local.c b/source4/cluster/local.c index 2d910d1e28..a93b0a65ed 100644 --- a/source4/cluster/local.c +++ b/source4/cluster/local.c @@ -22,7 +22,7 @@ #include "includes.h" #include "cluster/cluster.h" #include "cluster/cluster_private.h" -#include "../tdb/include/tdb.h" +#include <tdb.h> #include "tdb_wrap.h" #include "system/filesys.h" #include "param/param.h" |