diff options
Diffstat (limited to '')
-rw-r--r-- | registry/registry.c (renamed from src/registry.c) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/registry.c b/registry/registry.c index bbc2ef366..4f97eb58f 100644 --- a/src/registry.c +++ b/registry/registry.c @@ -1,5 +1,6 @@ -#include "common.h" +// SPDX-License-Identifier: GPL-3.0-or-later +#include "../daemon/common.h" #include "registry_internals.h" #define REGISTRY_STATUS_OK "ok" |