aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-05-24 08:25:33 +0200
committerhwspeedy <ns@bigbear.dk>2024-05-24 08:25:33 +0200
commit25c366a8074af72c0811a960b947302bed036669 (patch)
treeea9225799cc7c48b280f26a268cc4818cc08a91f
parentc96d0c5e0361d80be1cdcff717060630cdf2599d (diff)
FIX Implicit declaration of cpu_procs_threads_nodes
-rw-r--r--modules/devices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/devices.c b/modules/devices.c
index 7e9eef6d..0c49926f 100644
--- a/modules/devices.c
+++ b/modules/devices.c
@@ -38,6 +38,7 @@
#include "storage_util.h"
#include "pci_util.h"
#include <json-glib/json-glib.h>
+#include "cpu_util.h"
gchar *callback_processors();
gchar *callback_gpu();