diff options
Diffstat (limited to '')
-rw-r--r-- | registry/registry_machine.h (renamed from src/registry_machine.h) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/registry_machine.h b/registry/registry_machine.h index be824d168..77ab5aaf5 100644 --- a/src/registry_machine.h +++ b/registry/registry_machine.h @@ -1,5 +1,7 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + #ifndef NETDATA_REGISTRY_MACHINE_H -#define NETDATA_REGISTRY_MACHINE_H +#define NETDATA_REGISTRY_MACHINE_H 1 #include "registry_internals.h" |