diff options
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/common/brlock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/ntvfs/common/brlock.h b/source4/ntvfs/common/brlock.h index 5a040dc234..50f30ec276 100644 --- a/source4/ntvfs/common/brlock.h +++ b/source4/ntvfs/common/brlock.h @@ -19,6 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "libcli/libcli.h" + struct brlock_ops { struct brl_context *(*brl_init)(TALLOC_CTX *, struct server_id , struct messaging_context *); |