From 8d182d881d189e9855165b3a423f2d545a97fae8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 31 Aug 2007 00:31:32 +0000 Subject: r24816: Move the rest of the contents of core.h to more appropriate places. include/ now only contains build system related headers, all other headers are now near the source code they're related to. (This used to be commit 6890a01dbfc6d8041a88ef5c6be52dfcd046fe80) --- source4/ntvfs/common/brlock.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/ntvfs/common') diff --git a/source4/ntvfs/common/brlock.h b/source4/ntvfs/common/brlock.h index 5a040dc234..50f30ec276 100644 --- a/source4/ntvfs/common/brlock.h +++ b/source4/ntvfs/common/brlock.h @@ -19,6 +19,8 @@ along with this program. If not, see . */ +#include "libcli/libcli.h" + struct brlock_ops { struct brl_context *(*brl_init)(TALLOC_CTX *, struct server_id , struct messaging_context *); -- cgit