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/flag_mapping.c | |
parent | 3ee3eb3acf5783894f358c415b342a88db248449 (diff) | |
download | samba-8db45607f8d19781d33ebff0d0b13c473f34009b.tar.gz samba-8db45607f8d19781d33ebff0d0b13c473f34009b.tar.xz samba-8db45607f8d19781d33ebff0d0b13c473f34009b.zip |
libds: share UF_ flags between samba3 and 4.
Guenther
Diffstat (limited to 'source4/dsdb/common/flag_mapping.c')
-rw-r--r-- | source4/dsdb/common/flag_mapping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/common/flag_mapping.c b/source4/dsdb/common/flag_mapping.c index dceb41be67..af284c41e7 100644 --- a/source4/dsdb/common/flag_mapping.c +++ b/source4/dsdb/common/flag_mapping.c @@ -21,7 +21,7 @@ #include "includes.h" #include "librpc/gen_ndr/samr.h" -#include "dsdb/common/flags.h" +#include "../libds/common/flags.h" #include "lib/ldb/include/ldb.h" #include "dsdb/common/proto.h" |