From e58f03c91a6a01a690e4bb0909f6467036add2eb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 19 Apr 2012 13:32:14 +0200 Subject: s3: Fix the build on FreeBSD Autobuild-User: Volker Lendecke Autobuild-Date: Thu Apr 19 19:13:45 CEST 2012 on sn-devel-104 --- source3/lib/xattr_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/lib/xattr_tdb.c b/source3/lib/xattr_tdb.c index be4f3b2a56..34afbe2929 100644 --- a/source3/lib/xattr_tdb.c +++ b/source3/lib/xattr_tdb.c @@ -21,7 +21,7 @@ * along with this program; if not, see . */ -#include "includes.h" +#include "source3/include/includes.h" #include "system/filesys.h" #include "librpc/gen_ndr/xattr.h" #include "librpc/gen_ndr/ndr_xattr.h" -- cgit