s3-passdb: move mapping.h into passdb.h, its needed here.
authorGünther Deschner <gd@samba.org>
Fri, 18 Mar 2011 15:22:14 +0000 (16:22 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 29 Mar 2011 23:13:07 +0000 (01:13 +0200)
Guenther

source3/include/includes.h
source3/include/passdb.h

index 7da7ba29f251fa5cbe7b8a73cbcfac739ad3122b..3ae2fbbd0e43c9d484ee4730faf92f83142e45bc 100644 (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"
index e17bcd5031058b2d99d61bdb11f4dfafdef297fc..b4a14aaacc9b223b130941c56b86e835892402d8 100644 (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.