From b0773aa61a1fdecfd80f09454ff85c7bb4b7896b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 18 Mar 2011 16:22:14 +0100 Subject: s3-passdb: move mapping.h into passdb.h, its needed here. Guenther --- source3/include/passdb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/passdb.h') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index e17bcd5031..b4a14aaacc 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. -- cgit