aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark/bench_results.c
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-04-02 12:54:17 +0200
committerhwspeedy <ns@bigbear.dk>2024-04-02 12:54:17 +0200
commit74f4e2e6750f291a19156ebe04ac2fdf2f87a2bd (patch)
treeb3da3acc2fc1ffe667ad917f2fb963ce35b4b5ee /modules/benchmark/bench_results.c
parenta0d8b071f4c6426423564afdaf6cc9f15aaad986 (diff)
FIX Implicit ctype functions - missing include
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 83c308bc..b081da55 100644
--- a/modules/benchmark/bench_results.c
+++ b/modules/benchmark/bench_results.c
@@ -19,6 +19,7 @@
*/
#include <stdlib.h>
+#include <ctype.h>
#include <locale.h>
#include <inttypes.h>
#include <json-glib/json-glib.h>