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/ntvfs/common/brlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/common/brlock.c') diff --git a/source4/ntvfs/common/brlock.c b/source4/ntvfs/common/brlock.c index 154494e4af..94041d2014 100644 --- a/source4/ntvfs/common/brlock.c +++ b/source4/ntvfs/common/brlock.c @@ -26,7 +26,7 @@ #include "includes.h" #include "system/filesys.h" -#include "../tdb/include/tdb.h" +#include #include "messaging/messaging.h" #include "lib/messaging/irpc.h" #include "libcli/libcli.h" -- cgit