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/smbd/process.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/process.c') diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 434f52889b..b890687425 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -23,6 +23,7 @@ #include "librpc/gen_ndr/netlogon.h" #include "librpc/gen_ndr/messaging.h" #include "../lib/async_req/async_sock.h" +#include "ctdbd_conn.h" extern bool global_machine_password_needs_changing; -- cgit