From 98ac70b6a3f7eb48beb86f543f629f77d2aa4549 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 10 Jan 2007 13:25:39 +0000 Subject: r20653: If this is the wrong way to fix the build, I apologize. But these includes are necessary in my environment to get through make. Volker (This used to be commit 47e80da39f27a7e7aa6f85d6333f2d1772292ec9) --- source4/ntvfs/common/brlock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/ntvfs/common/brlock.c') diff --git a/source4/ntvfs/common/brlock.c b/source4/ntvfs/common/brlock.c index d7fb97415f..c42c2f3a11 100644 --- a/source4/ntvfs/common/brlock.c +++ b/source4/ntvfs/common/brlock.c @@ -32,6 +32,7 @@ #include "db_wrap.h" #include "lib/messaging/irpc.h" #include "libcli/libcli.h" +#include "cluster/cluster.h" /* in this module a "DATA_BLOB *file_key" is a blob that uniquely identifies -- cgit