diff options
Diffstat (limited to '')
-rw-r--r-- | registry/registry_log.c (renamed from src/registry_log.c) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/registry_log.c b/registry/registry_log.c index cca43b09f..e0e58ede3 100644 --- a/src/registry_log.c +++ b/registry/registry_log.c @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + +#include "../daemon/common.h" #include "registry_internals.h" void registry_log(char action, REGISTRY_PERSON *p, REGISTRY_MACHINE *m, REGISTRY_URL *u, char *name) { |