aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark
diff options
context:
space:
mode:
authorbigbear <ns@bigbear.dk>2024-02-08 02:39:51 +0100
committerbigbear <ns@bigbear.dk>2024-02-08 19:52:53 +0100
commit755c300d246c872c406f3a7e123d4cdd0d7c1f17 (patch)
tree12a01f8930767c8eda79bde32463987bed3fff8f /modules/benchmark
parentadd478fbe01e68d63309697dfa016e09f12c2603 (diff)
PR681 - implicit function declaration
Diffstat (limited to 'modules/benchmark')
-rw-r--r--modules/benchmark/bench_results.c1
-rw-r--r--modules/benchmark/sysbench.c1
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"