From 2377039738ea6676b71d58db770ffcd594ca08b7 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 23 Mar 2011 12:43:17 +0100 Subject: s3-locking: move locking prototypes out of proto.h. Will later become part of locking.h Guenther --- source3/printing/spoolssd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/printing') diff --git a/source3/printing/spoolssd.c b/source3/printing/spoolssd.c index 67e83f3110..e6991c6f0f 100644 --- a/source3/printing/spoolssd.c +++ b/source3/printing/spoolssd.c @@ -19,6 +19,7 @@ #include "includes.h" #include "serverid.h" #include "smbd/smbd.h" +#include "locking/proto.h" #include "librpc/gen_ndr/messaging.h" #include "include/printing.h" -- cgit