diff options
author | Michael Adam <obnox@samba.org> | 2011-07-06 16:14:18 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-29 12:23:12 +0200 |
commit | ee3be0defab27a7ab95144a6ee7fc6050e9e7265 (patch) | |
tree | 9ba5a9dfb39de9714f1414156e2e6c928f5efeec /source3 | |
parent | f72153ea83368cd7035b4a1003e35fedcb905ff6 (diff) | |
download | samba-ee3be0defab27a7ab95144a6ee7fc6050e9e7265.tar.gz samba-ee3be0defab27a7ab95144a6ee7fc6050e9e7265.tar.xz samba-ee3be0defab27a7ab95144a6ee7fc6050e9e7265.zip |
s3:modules:nfs4_acls: fix the include of dbwrap.h to not include "include/"
Diffstat (limited to 'source3')
-rw-r--r-- | source3/modules/nfs4_acls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c index 2e5ffbcad0..6739e78050 100644 --- a/source3/modules/nfs4_acls.c +++ b/source3/modules/nfs4_acls.c @@ -23,7 +23,7 @@ #include "librpc/gen_ndr/ndr_security.h" #include "../libcli/security/dom_sid.h" #include "../libcli/security/security.h" -#include "include/dbwrap.h" +#include "dbwrap.h" #include "system/filesys.h" #include "passdb/lookup_sid.h" #include "util_tdb.h" |