Fix use of some modules (needed _PUBLIC_).
[jelmer/samba4-debian.git] / source / dsdb / samdb / ldb_modules / schema_fsmo.c
index 9c877475273ed79b21ed83b8fb04335ec6e40bb2..729fd15202ccea5ef9c9d306f68b77d302730c0a 100644 (file)
@@ -255,7 +255,7 @@ static int schema_fsmo_init(struct ldb_module *module)
        return ldb_next_init(module);
 }
 
-const struct ldb_module_ops ldb_schema_fsmo_module_ops = {
+_PUBLIC_ const struct ldb_module_ops ldb_schema_fsmo_module_ops = {
        .name           = "schema_fsmo",
        .init_context   = schema_fsmo_init
 };