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/web/statuspage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/web') diff --git a/source3/web/statuspage.c b/source3/web/statuspage.c index 85bd33b7de..02f5ca78e9 100644 --- a/source3/web/statuspage.c +++ b/source3/web/statuspage.c @@ -20,6 +20,7 @@ #include "includes.h" #include "web/swat_proto.h" #include "libcli/security/security.h" +#include "locking/proto.h" #define _(x) lang_msg_rotate(talloc_tos(),x) -- cgit