diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-24 08:25:33 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-05-24 08:25:33 +0200 |
commit | 25c366a8074af72c0811a960b947302bed036669 (patch) | |
tree | ea9225799cc7c48b280f26a268cc4818cc08a91f /modules/devices.c | |
parent | c96d0c5e0361d80be1cdcff717060630cdf2599d (diff) |
FIX Implicit declaration of cpu_procs_threads_nodes
Diffstat (limited to 'modules/devices.c')
-rw-r--r-- | modules/devices.c | 1 |
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(); |