diff options
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/config.mk | 2 | ||||
-rw-r--r-- | source4/lib/registry/registry.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 44437dfa69..89a77c231e 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -53,7 +53,7 @@ PUBLIC_DEPENDENCIES = LIBTALLOC [MODULE::registry_rpc] INIT_FUNCTION = registry_rpc_init PRIVATE_PROTO_HEADER = reg_backend_rpc.h -OUTPUT_TYPE = MERGEDOBJ +OUTPUT_TYPE = INTEGRATED SUBSYSTEM = registry OBJ_FILES = \ reg_backend_rpc.o diff --git a/source4/lib/registry/registry.h b/source4/lib/registry/registry.h index b556829880..385b0e7d6f 100644 --- a/source4/lib/registry/registry.h +++ b/source4/lib/registry/registry.h @@ -169,6 +169,7 @@ struct reg_diff }; struct auth_session_info; +struct event_context; #include "lib/registry/registry_proto.h" |