Fix the build.
[kai/samba-autobuild/.git] / source4 / ntptr / ntptr_base.c
index 8676a15c35ca508f6536a32ef4438c659d9ce8bd..a26d36854df44857cc0a8e4839d4c9be3b5aa824 100644 (file)
@@ -70,6 +70,7 @@ NTSTATUS ntptr_register(const void *_ops)
 
 NTSTATUS ntptr_init(struct loadparm_context *lp_ctx)
 {
+       extern int ntptr_simple_ldb_init(void);
        init_module_fn static_init[] = { STATIC_ntptr_MODULES };
        init_module_fn *shared_init = load_samba_modules(NULL, lp_ctx, "ntptr");