diff options
Diffstat (limited to 'source4/param/share.h')
-rw-r--r-- | source4/param/share.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/param/share.h b/source4/param/share.h index c93d0d9857..fae1c31c13 100644 --- a/source4/param/share.h +++ b/source4/param/share.h @@ -61,6 +61,8 @@ struct share_ops { NTSTATUS (*remove)(struct share_context *, const char *); }; +struct loadparm_context; + #include "param/share_proto.h" /* list of shares options */ |