diff options
Diffstat (limited to 'modules/benchmark')
-rw-r--r-- | modules/benchmark/bench_results.c | 1 | ||||
-rw-r--r-- | modules/benchmark/sysbench.c | 1 |
2 files changed, 2 insertions, 0 deletions
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 <locale.h> #include <inttypes.h> #include <json-glib/json-glib.h> +#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" |