From aba1bf4b5e1bf82f769c3c545578414202c74106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Wed, 18 Aug 2010 12:24:35 +0200 Subject: s3-build: only include memcache.h where needed. Guenther --- source3/smbd/statcache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/statcache.c') diff --git a/source3/smbd/statcache.c b/source3/smbd/statcache.c index cea27d442ca..ecadbdcdd40 100644 --- a/source3/smbd/statcache.c +++ b/source3/smbd/statcache.c @@ -22,6 +22,7 @@ #include "includes.h" #include "librpc/gen_ndr/messaging.h" +#include "memcache.h" /**************************************************************************** Stat cache code used in unix_convert. -- cgit v1.2.1