From 36639831c0e20a38a5e054cc8f0d97bf8f0b73d6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 14 Nov 2005 13:31:47 +0000 Subject: r11723: fix the build metze (This used to be commit 838aac5e2020802b18ae34a5fcd85c085fc98501) --- source4/include/structs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/include/structs.h b/source4/include/structs.h index 4f97a6aada..1aa7ad6753 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -154,6 +154,8 @@ struct auth_context; struct auth_method_context; struct request_buffer; +struct smb2_request_buffer; + struct ntvfs_context; struct ntvfs_module_context; -- cgit