summaryrefslogtreecommitdiff
path: root/modules/benchmark/bench_results.c
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/bench_results.c
parentadd478fbe01e68d63309697dfa016e09f12c2603 (diff)
PR681 - implicit function declaration
Diffstat (limited to 'modules/benchmark/bench_results.c')
-rw-r--r--modules/benchmark/bench_results.c1
1 files changed, 1 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();