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/smbd/globals.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/globals.c') diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c index 1c7afb948e..87d6405ee9 100644 --- a/source3/smbd/globals.c +++ b/source3/smbd/globals.c @@ -19,6 +19,7 @@ #include "includes.h" #include "smbd/globals.h" +#include "memcache.h" #if defined(WITH_AIO) struct aio_extra *aio_list_head = NULL; -- cgit