From 74f4e2e6750f291a19156ebe04ac2fdf2f87a2bd Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Tue, 2 Apr 2024 12:54:17 +0200 Subject: FIX Implicit ctype functions - missing include --- hardinfo2/dt_util.c | 1 + hardinfo2/vendor.c | 1 + modules/benchmark/bench_results.c | 1 + modules/computer/os.c | 1 + modules/devices/dmi_memory.c | 1 + modules/devices/monitors.c | 1 + shell/report.c | 1 + 7 files changed, 7 insertions(+) diff --git a/hardinfo2/dt_util.c b/hardinfo2/dt_util.c index 08b0e317..e269336b 100644 --- a/hardinfo2/dt_util.c +++ b/hardinfo2/dt_util.c @@ -22,6 +22,7 @@ * http://elinux.org/Device_Tree_Mysteries */ #include +#include #include #include /* for PRIu64 */ #include diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c index 3d7092cc..e5eb627a 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -19,6 +19,7 @@ */ #include +#include #include #include "vendor.h" 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 +#include #include #include #include diff --git a/modules/computer/os.c b/modules/computer/os.c index 508f0fa0..0b6bb021 100644 --- a/modules/computer/os.c +++ b/modules/computer/os.c @@ -18,6 +18,7 @@ #include #include +#include #include #include "hardinfo.h" #include "computer.h" diff --git a/modules/devices/dmi_memory.c b/modules/devices/dmi_memory.c index eba26c8b..9e7ed4b3 100644 --- a/modules/devices/dmi_memory.c +++ b/modules/devices/dmi_memory.c @@ -20,6 +20,7 @@ #define _GNU_SOURCE #include "hardinfo.h" +#include #include "devices.h" #include "vendor.h" #include diff --git a/modules/devices/monitors.c b/modules/devices/monitors.c index 02fb1d67..397fa490 100644 --- a/modules/devices/monitors.c +++ b/modules/devices/monitors.c @@ -18,6 +18,7 @@ */ #include "devices.h" +#include #include "util_sysobj.h" #include "util_edid.h" #include "util_ids.h" diff --git a/shell/report.c b/shell/report.c index d264128e..21d82054 100644 --- a/shell/report.c +++ b/shell/report.c @@ -18,6 +18,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3