diff options
author | Günther Deschner <gd@samba.org> | 2009-06-12 14:27:19 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-07-13 15:36:06 +0200 |
commit | 8db45607f8d19781d33ebff0d0b13c473f34009b (patch) | |
tree | 3a19f2cb740c256a660dc8a4db7862e5ddf66232 /source4/dsdb/common/sidmap.c | |
parent | 3ee3eb3acf5783894f358c415b342a88db248449 (diff) | |
download | samba-8db45607f8d19781d33ebff0d0b13c473f34009b.tar.gz samba-8db45607f8d19781d33ebff0d0b13c473f34009b.tar.bz2 samba-8db45607f8d19781d33ebff0d0b13c473f34009b.zip |
libds: share UF_ flags between samba3 and 4.
Guenther
Diffstat (limited to 'source4/dsdb/common/sidmap.c')
-rw-r--r-- | source4/dsdb/common/sidmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/common/sidmap.c b/source4/dsdb/common/sidmap.c index 5c20149384..a2aa717ace 100644 --- a/source4/dsdb/common/sidmap.c +++ b/source4/dsdb/common/sidmap.c @@ -21,7 +21,7 @@ #include "includes.h" #include "system/passwd.h" -#include "dsdb/common/flags.h" +#include "../libds/common/flags.h" #include "dsdb/samdb/samdb.h" #include "auth/auth.h" #include "libcli/ldap/ldap_ndr.h" |