From 755c300d246c872c406f3a7e123d4cdd0d7c1f17 Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 02:39:51 +0100 Subject: PR681 - implicit function declaration --- modules/benchmark/bench_results.c | 1 + modules/benchmark/sysbench.c | 1 + 2 files changed, 2 insertions(+) (limited to 'modules/benchmark') diff --git a/modules/benchmark/bench_results.c b/modules/benchmark/bench_results.c index e5212c71..28ce657d 100644 --- a/modules/benchmark/bench_results.c +++ b/modules/benchmark/bench_results.c @@ -22,6 +22,7 @@ #include #include #include +#include "nice_name.h" /* in dmi_memory.c */ uint64_t memory_devices_get_system_memory_MiB(); diff --git a/modules/benchmark/sysbench.c b/modules/benchmark/sysbench.c index 70db03e6..97a05229 100644 --- a/modules/benchmark/sysbench.c +++ b/modules/benchmark/sysbench.c @@ -19,6 +19,7 @@ #include "hardinfo.h" #include "benchmark.h" +#include "cpu_util.h" #define STATMSG "Performing Alexey Kopytov's sysbench memory benchmark" -- cgit v1.2.3