From 8e16d6dbdfdbfd42de32497d92f3fae32cd39ba4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 26 Aug 2010 10:14:07 +0200 Subject: s3-build: only include ctdbd_conn.h where needed. Guenther --- source3/lib/g_lock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/g_lock.c') diff --git a/source3/lib/g_lock.c b/source3/lib/g_lock.c index 6e4c6d796c..edb77869cc 100644 --- a/source3/lib/g_lock.c +++ b/source3/lib/g_lock.c @@ -20,6 +20,7 @@ #include "includes.h" #include "g_lock.h" #include "librpc/gen_ndr/messaging.h" +#include "ctdbd_conn.h" static NTSTATUS g_lock_force_unlock(struct g_lock_ctx *ctx, const char *name, struct server_id pid); -- cgit