diff options
author | Volker Lendecke <vl@samba.org> | 2012-04-19 13:32:14 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-04-19 19:13:45 +0200 |
commit | e58f03c91a6a01a690e4bb0909f6467036add2eb (patch) | |
tree | a12f0fc71cb9d1cd1b266d6a596afd992a7a1a2f /source3/lib | |
parent | 0b1f3aea27280de0436f465346264c2623ba2d3e (diff) | |
download | samba-e58f03c91a6a01a690e4bb0909f6467036add2eb.tar.gz samba-e58f03c91a6a01a690e4bb0909f6467036add2eb.tar.bz2 samba-e58f03c91a6a01a690e4bb0909f6467036add2eb.zip |
s3: Fix the build on FreeBSD
Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Thu Apr 19 19:13:45 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/xattr_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */ -#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" |