summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-18 16:22:14 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:07 +0200
commitb0773aa61a1fdecfd80f09454ff85c7bb4b7896b (patch)
treed6b1eeb8a553c36fa19c43fd7b26b5c8baac640b /source3/include/passdb.h
parent35c2d8ec1edd84714d9d6f8082d116d734b83161 (diff)
downloadsamba-b0773aa61a1fdecfd80f09454ff85c7bb4b7896b.tar.gz
samba-b0773aa61a1fdecfd80f09454ff85c7bb4b7896b.tar.bz2
samba-b0773aa61a1fdecfd80f09454ff85c7bb4b7896b.zip
s3-passdb: move mapping.h into passdb.h, its needed here.
Guenther
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r--source3/include/passdb.h2
1 files changed, 2 insertions, 0 deletions
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.