From 58a9f093fc830ad3d17a77423136be30db631934 Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 26 Oct 2018 20:19:56 -0500 Subject: Perhaps fix implicit-pointer-decl warning for suse (#298) I don't know what -W... would cause this to be checked by the compiler so I can't test it. It's not -Wimplicit-pointer-decl, at least not in gcc 8.2.0. This fix is a guess based on what I've read in other patches trying to fix this. Signed-off-by: Burt P --- includes/hardinfo.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/hardinfo.h b/includes/hardinfo.h index 881924c5..e0c6a164 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -19,6 +19,9 @@ #ifndef __HARDINFO_H__ #define __HARDINFO_H__ +#include +#include +#include #include #include #include "config.h" -- cgit v1.2.3