From: Günther Deschner Date: Fri, 18 Mar 2011 15:22:14 +0000 (+0100) Subject: s3-passdb: move mapping.h into passdb.h, its needed here. X-Git-Tag: ldb-1.1.0~420 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0773aa61a1fdecfd80f09454ff85c7bb4b7896b;p=thirdparty%2Fsamba.git s3-passdb: move mapping.h into passdb.h, its needed here. Guenther --- diff --git a/source3/include/includes.h b/source3/include/includes.h index 7da7ba29f25..3ae2fbbd0e4 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -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" diff --git a/source3/include/passdb.h b/source3/include/passdb.h index e17bcd50310..b4a14aaacc9 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.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.