From aba1bf4b5e1bf82f769c3c545578414202c74106 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 12:24:35 +0200 Subject: s3-build: only include memcache.h where needed. Guenther --- source3/passdb/lookup_sid.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/passdb/lookup_sid.c') diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c index 0ec1f420f9..a93145330b 100644 --- a/source3/passdb/lookup_sid.c +++ b/source3/passdb/lookup_sid.c @@ -22,6 +22,7 @@ #include "includes.h" #include "../librpc/gen_ndr/ndr_security.h" #include "secrets.h" +#include "memcache.h" /***************************************************************** Dissect a user-provided name into domain, name, sid and type. -- cgit