From 5a0cf0c77e033da68d9dedb048995aa2ade76460 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 21 Feb 2011 14:37:21 +0100 Subject: s3-printing: fix pcacp prototypes and includes. 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 6ba41a3b8d..3c2591c32b 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -25,6 +25,7 @@ #include "../lib/async_req/async_sock.h" #include "ctdbd_conn.h" #include "../lib/util/select.h" +#include "printing/pcap.h" extern bool global_machine_password_needs_changing; -- cgit