From 9b22628e2460fde0af2c704acceb62334317d95a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 2 Sep 2013 09:24:42 +0200 Subject: [PATCH] s3:include: add forward declaration for struct messaging_context; in g_lock.h Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source3/include/g_lock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/include/g_lock.h b/source3/include/g_lock.h index 004c452fd0..f513349bfc 100644 --- a/source3/include/g_lock.h +++ b/source3/include/g_lock.h @@ -23,6 +23,7 @@ #include "dbwrap/dbwrap.h" struct g_lock_ctx; +struct messaging_context; enum g_lock_type { G_LOCK_READ = 0, -- 2.34.1