mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3-passdb: move mapping.h into passdb.h, its needed here.
Guenther
This commit is contained in:
parent
35c2d8ec1e
commit
b0773aa61a
@ -541,7 +541,6 @@ typedef char fstring[FSTRING_LEN];
|
||||
#include "smb.h"
|
||||
#include "nameserv.h"
|
||||
#include "../lib/util/byteorder.h"
|
||||
#include "mapping.h"
|
||||
#include "passdb.h"
|
||||
|
||||
#include "auth.h"
|
||||
|
@ -23,6 +23,8 @@
|
||||
#ifndef _PASSDB_H
|
||||
#define _PASSDB_H
|
||||
|
||||
#include "mapping.h"
|
||||
|
||||
/**********************************************************************
|
||||
* Masks for mappings between unix uid and gid types and
|
||||
* NT RIDS.
|
||||
|
Loading…
x
Reference in New Issue
Block a user