1
0
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:
Günther Deschner 2011-03-18 16:22:14 +01:00
parent 35c2d8ec1e
commit b0773aa61a
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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.