From: Stefan Metzmacher Date: Mon, 2 Sep 2013 07:24:42 +0000 (+0200) Subject: s3:include: add forward declaration for struct messaging_context; in g_lock.h X-Git-Url: http://git.samba.org/?p=mat%2Fsamba.git;a=commitdiff_plain;h=9b22628e2460fde0af2c704acceb62334317d95a s3:include: add forward declaration for struct messaging_context; in g_lock.h Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- 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,