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/smbd/smbd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd') diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h index f48e877ff4..f0eb601d8c 100644 --- a/source3/smbd/smbd.h +++ b/source3/smbd/smbd.h @@ -22,5 +22,6 @@ #include "smb_acls.h" #include "vfs.h" #include "smbd/proto.h" +#include "locking/proto.h" #endif /* _SMBD_SMBD_H */ -- cgit