From ae36783c7bed73461c012d78ec3e1f3a6bc3d221 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 2 Aug 2010 22:52:00 +0200 Subject: s3-passdb: include samr.h where needed. Guenther --- source3/passdb/pdb_ads.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/passdb/pdb_ads.c') diff --git a/source3/passdb/pdb_ads.c b/source3/passdb/pdb_ads.c index 3ca24c4991..9eb5b6067e 100644 --- a/source3/passdb/pdb_ads.c +++ b/source3/passdb/pdb_ads.c @@ -22,6 +22,7 @@ #include "tldap_util.h" #include "../libds/common/flags.h" #include "secrets.h" +#include "../librpc/gen_ndr/samr.h" struct pdb_ads_state { struct sockaddr_un socket_address; -- cgit