summaryrefslogtreecommitdiffstats
path: root/collectors/macos.plugin/macos_mach_smi.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--collectors/macos.plugin/macos_mach_smi.c (renamed from src/macos_mach_smi.c)5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/macos_mach_smi.c b/collectors/macos.plugin/macos_mach_smi.c
index 47d32a9f7..1c43d624c 100644
--- a/src/macos_mach_smi.c
+++ b/collectors/macos.plugin/macos_mach_smi.c
@@ -1,4 +1,7 @@
-#include "common.h"
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+#include "plugin_macos.h"
+
#include <mach/mach.h>
int do_macos_mach_smi(int update_every, usec_t dt) {