From 136c1600648f690d7709a204c4a7117bb5a868c3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 27 Feb 2011 18:45:53 +0100 Subject: Use to include tdb, so the system include file gets used when building against system tdb. --- source4/cluster/local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/cluster') 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 #include "tdb_wrap.h" #include "system/filesys.h" #include "param/param.h" -- cgit