From 35c2d8ec1edd84714d9d6f8082d116d734b83161 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 18 Mar 2011 16:05:55 +0100 Subject: s3-passdb: move passdb headers to passdb/proto.h. 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 a04ccf061e2..e17bcd50310 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -486,4 +486,6 @@ struct pdb_init_function_entry { struct pdb_init_function_entry *prev, *next; }; +#include "passdb/proto.h" + #endif /* _PASSDB_H */ -- cgit